Merge pull request #9735 from paul-elliott-arm/add_iop_key_agrmnt_tests

Add interruptible key agreement negative tests
This commit is contained in:
Paul Elliott 2024-12-19 15:37:51 +00:00 committed by GitHub
commit dfa0107a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7e6a3d255dcf1d8756d1535ac26bba8695afac30
Subproject commit b9065f1717a3e0a24de7a13e298e906aaf44bd52

View File

@ -111,6 +111,8 @@ component_test_tsan () {
scripts/config.py set MBEDTLS_THREADING_PTHREAD
# Self-tests do not currently use multiple threads.
scripts/config.py unset MBEDTLS_SELF_TEST
# Interruptible ECC tests are not thread safe
scripts/config.py unset MBEDTLS_ECP_RESTARTABLE
# The deprecated MBEDTLS_PSA_CRYPTO_SE_C interface is not thread safe.
scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C

@ -1 +1 @@
Subproject commit 26bc88ccd708e8f5748b5aa90691980d5bb111c0
Subproject commit 9e4ac374e2be67892e70b9c653c6872ba8a2031b