1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #9290 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT

Add MD5 support for `requires_hash_alg`
This commit is contained in:
Gilles Peskine
2024-07-18 09:41:17 +00:00
committed by GitHub
2 changed files with 16 additions and 5 deletions

View File

@@ -357,6 +357,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',
],
}
}
},