mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
test: disable dynamic key store in test_crypto_with_static_key_slots
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
7a2ca19213
commit
92f1d2dcb2
@ -42,6 +42,9 @@ component_test_crypto_with_static_key_slots() {
|
|||||||
# - all FFDH key pairs and public keys up to 8192 bits (max of PSA_VENDOR_FFDH_MAX_KEY_BITS).
|
# - all FFDH key pairs and public keys up to 8192 bits (max of PSA_VENDOR_FFDH_MAX_KEY_BITS).
|
||||||
# - all EC key pairs and public keys up to 521 bits (max of PSA_VENDOR_ECC_MAX_CURVE_BITS).
|
# - all EC key pairs and public keys up to 521 bits (max of PSA_VENDOR_ECC_MAX_CURVE_BITS).
|
||||||
scripts/config.py set MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE 1212
|
scripts/config.py set MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE 1212
|
||||||
|
# Disable the fully dynamic key store (default on) since it conflicts
|
||||||
|
# with the static behavior that we're testing here.
|
||||||
|
scripts/config.py unset MBEDTLS_PSA_KEY_STORE_DYNAMIC
|
||||||
|
|
||||||
msg "test: crypto full + MBEDTLS_PSA_STATIC_KEY_SLOTS"
|
msg "test: crypto full + MBEDTLS_PSA_STATIC_KEY_SLOTS"
|
||||||
make CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS" test
|
make CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS" test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user