mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-25 22:56:35 +08:00
Extend the pattern of pkparse test on encrypted keys
These test cases are ignored when analyzing outcomes on analyze_driver_vs_reference_cipher_aead task. Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
6c927c0795
commit
a1ddcfaef8
@ -282,7 +282,7 @@ KNOWN_TASKS = {
|
|||||||
'test_suite_pkparse': [
|
'test_suite_pkparse': [
|
||||||
'Key ASN1 (Encrypted key PKCS12, trailing garbage data)',
|
'Key ASN1 (Encrypted key PKCS12, trailing garbage data)',
|
||||||
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',
|
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',
|
||||||
re.compile(r'Parse RSA Key .*\(PKCS#8 encrypted .*\)'),
|
re.compile(r'Parse (RSA|EC) Key .*\(.* ([Ee]ncrypted|password).*\)'),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user