File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,12 @@ def _has_word_re(words: typing.Iterable[str],
196196 # key type disabled. Those dependencies don't really make sense.
197197 # https://github.com/Mbed-TLS/mbedtls/issues/9573
198198 re .compile (r'.* !HMAC with HMAC' ),
199+ # We don't test with ECDH disabled but the key type enabled.
200+ # https://github.com/Mbed-TLS/TF-PSA-Crypto/issues/161
201+ re .compile (r'PSA key_agreement.* !ECDH with ECC_KEY_PAIR\(.*' ),
202+ # We don't test with FFDH disabled but the key type enabled.
203+ # https://github.com/Mbed-TLS/TF-PSA-Crypto/issues/160
204+ re .compile (r'PSA key_agreement.* !FFDH with DH_KEY_PAIR\(.*' ),
199205 ],
200206 'test_suite_psa_crypto_op_fail.misc' : [
201207 # We don't test this unusual, but sensible configuration.
You can’t perform that action at this time.
0 commit comments