mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 18:20:21 +00:00
Merge pull request #9735 from paul-elliott-arm/add_iop_key_agrmnt_tests
Add interruptible key agreement negative tests
This commit is contained in:
commit
dfa0107a71
@ -1 +1 @@
|
||||
Subproject commit 7e6a3d255dcf1d8756d1535ac26bba8695afac30
|
||||
Subproject commit b9065f1717a3e0a24de7a13e298e906aaf44bd52
|
@ -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
|
Loading…
Reference in New Issue
Block a user