mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Add TLS: password protected... to ignored_tests list
Signed-off-by: Sam Berry <sam.berry@arm.com>
This commit is contained in:
@ -344,6 +344,12 @@ KNOWN_TASKS = {
|
|||||||
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',
|
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',
|
||||||
re.compile(r'Parse (RSA|EC) Key .*\(.* ([Ee]ncrypted|password).*\)'),
|
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',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user