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

Minor adaptations after ffdh was enabled for tls1.3

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2023-07-04 12:35:31 +02:00
parent 85b644262d
commit 84f4ff1dd3
3 changed files with 9 additions and 11 deletions

View File

@@ -333,10 +333,8 @@ TASKS = {
'args': {
'component_ref': 'test_psa_crypto_config_reference_ffdh',
'component_driver': 'test_psa_crypto_config_accel_ffdh',
'ignored_suites': [
],
'ignored_tests': {
}
'ignored_suites': ['dhm'],
'ignored_tests': {'test_suite_pkparse': ['DH group family: RFC 7919']}
}
},
}