Skip to content

Commit 9842236

Browse files
committed
remove test case for RSA keys with a key length of 1024 bits
RSA 1024 keys aren't currently supported by the Cumulocity Certificate Authority feature. It is unclear whether they will be allowed or not in the future given that the key size is considered to be insecure. Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent 9fe4f50 commit 9842236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RobotFramework/tests/pkcs11/private_key_storage.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Connects to C8y using an RSA key
8888
type=rsa bits=4096
8989
type=rsa bits=3072
9090
type=rsa bits=2048
91-
type=rsa bits=1024
91+
# type=rsa bits=1024 # RSA 1024 is considered to be insecure is not supported when using the Cumulocity Certificate Authority feature
9292

9393
Connects to C8y supporting all TLS13 ECDSA signature algorithms
9494
[Documentation] Check that we support all ECDSA sigschemes used in TLS1.3, i.e: ecdsa_secp256r1_sha256,

0 commit comments

Comments
 (0)