mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
test: extend component_test_crypto_with_static_key_slots
Intentionally set MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE slightly smaller than the maximum RSA key pair size for an RSA key of 4096 bits. Also add a test in test_suite_psa_crypto to verify this condition. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -35,9 +35,13 @@ component_test_crypto_with_static_key_slots() {
|
||||
msg "build: crypto full + MBEDTLS_PSA_STATIC_KEY_SLOTS"
|
||||
scripts/config.py crypto_full
|
||||
scripts/config.py set MBEDTLS_PSA_STATIC_KEY_SLOTS
|
||||
# Intentionally set MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE slightly smaller
|
||||
# than PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE where the latter would be 2364
|
||||
# bytes for an RSA key pair of 4096 bits.
|
||||
scripts/config.py set MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE 2362
|
||||
|
||||
msg "test: crypto full + MBEDTLS_PSA_STATIC_KEY_SLOTS"
|
||||
make test
|
||||
make CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS" test
|
||||
}
|
||||
|
||||
# check_renamed_symbols HEADER LIB
|
||||
|
Reference in New Issue
Block a user