1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4513 from Patater/psa-without-genprime-fix

psa: Support RSA signature without MBEDTLS_GENPRIME
This commit is contained in:
Ronald Cron
2021-05-27 14:19:24 +02:00
committed by GitHub
5 changed files with 27 additions and 7 deletions

View File

@@ -828,6 +828,15 @@ component_test_psa_crypto_client () {
make test
}
component_test_psa_crypto_rsa_no_genprime() {
msg "build: default config minus MBEDTLS_GENPRIME"
scripts/config.py unset MBEDTLS_GENPRIME
make
msg "test: default config minus MBEDTLS_GENPRIME"
make test
}
component_test_ref_configs () {
msg "test/build: ref-configs (ASan build)" # ~ 6 min 20s
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .