Add TLS: password protected... to ignored_tests list

Signed-off-by: Sam Berry <[email protected]>
This commit is contained in:
Sam Berry
2024-06-28 14:46:35 +01:00
parent 8121879b3a
commit 4beeb0ce66
+6
View File
@@ -344,6 +344,12 @@ KNOWN_TASKS = {
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',
re.compile(r'Parse (RSA|EC) Key .*\(.* ([Ee]ncrypted|password).*\)'),
],
# Encrypted keys are not supported so far.
'ssl-opt': [
'TLS: password protected server key',
'TLS: password protected client key',
'TLS: password protected server key, two certificates',
],
}
}
},