1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #9329 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT-3.6

Backport 3.6: Add MD5 support for requires_hash_alg
This commit is contained in:
Gilles Peskine
2024-07-18 09:41:05 +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',
],
}
}
},