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
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ KNOWN_TASKS = {
|
|||
'test_suite_pkparse': [
|
||||
'Key ASN1 (Encrypted key PKCS12, 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…
Reference in a new issue