mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Build and test RSA PKCS#1v1.5 without MD
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@ -162,10 +162,6 @@
|
|||||||
#error "MBEDTLS_PKCS12_C defined, but not all prerequisites"
|
#error "MBEDTLS_PKCS12_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_PKCS1_V15) && !defined(MBEDTLS_MD_C)
|
|
||||||
#error "MBEDTLS_PKCS1_V15 defined, but not all prerequisites"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_PKCS1_V21) && !defined(MBEDTLS_MD_C)
|
#if defined(MBEDTLS_PKCS1_V21) && !defined(MBEDTLS_MD_C)
|
||||||
#error "MBEDTLS_PKCS1_V21 defined, but not all prerequisites"
|
#error "MBEDTLS_PKCS1_V21 defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1211,13 +1211,11 @@ component_test_crypto_full_no_md () {
|
|||||||
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
scripts/config.py unset MBEDTLS_ECJPAKE_C
|
||||||
scripts/config.py unset MBEDTLS_HKDF_C
|
scripts/config.py unset MBEDTLS_HKDF_C
|
||||||
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
scripts/config.py unset MBEDTLS_HMAC_DRBG_C
|
||||||
scripts/config.py unset MBEDTLS_PKCS1_V15
|
|
||||||
scripts/config.py unset MBEDTLS_PKCS1_V21
|
scripts/config.py unset MBEDTLS_PKCS1_V21
|
||||||
scripts/config.py unset MBEDTLS_PKCS5_C
|
scripts/config.py unset MBEDTLS_PKCS5_C
|
||||||
scripts/config.py unset MBEDTLS_PKCS12_C
|
scripts/config.py unset MBEDTLS_PKCS12_C
|
||||||
# Indirect dependencies
|
# Indirect dependencies
|
||||||
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC
|
||||||
scripts/config.py unset MBEDTLS_RSA_C
|
|
||||||
make
|
make
|
||||||
|
|
||||||
msg "test: crypto_full minus MD"
|
msg "test: crypto_full minus MD"
|
||||||
|
Reference in New Issue
Block a user