mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-16 23:29:54 +00:00
Merge pull request #9040 from Ryan-Everett-arm/crypto-config-psa_crypto_rsa_no_genprime
Make component_test_psa_crypto_rsa_no_genprime work with PSA_CRYPTO_CONFIG set
This commit is contained in:
@@ -1366,12 +1366,14 @@ component_build_full_psa_crypto_client_without_crypto_provider () {
|
|||||||
grep mbedtls_pk_copy_from_psa library/libmbedcrypto.a
|
grep mbedtls_pk_copy_from_psa library/libmbedcrypto.a
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_crypto_rsa_no_genprime() {
|
component_test_no_rsa_key_pair_generation() {
|
||||||
msg "build: default config minus MBEDTLS_GENPRIME"
|
msg "build: default config minus PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE"
|
||||||
|
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
|
||||||
scripts/config.py unset MBEDTLS_GENPRIME
|
scripts/config.py unset MBEDTLS_GENPRIME
|
||||||
|
scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: default config minus MBEDTLS_GENPRIME"
|
msg "test: default config minus PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_GENERATE"
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user