Correction fixing the test_depends_curves_psa falure
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
b13360514c
commit
85aff9f07a
2 changed files with 4 additions and 3 deletions
|
@ -2521,7 +2521,7 @@
|
||||||
* MBEDTLS_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
|
* MBEDTLS_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
|
||||||
* MBEDTLS_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
|
* MBEDTLS_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
|
||||||
*/
|
*/
|
||||||
// #define MBEDTLS_ARIA_C
|
#define MBEDTLS_ARIA_C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_CCM_C
|
* \def MBEDTLS_CCM_C
|
||||||
|
@ -2592,7 +2592,7 @@
|
||||||
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C
|
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// #define MBEDTLS_CMAC_C
|
#define MBEDTLS_CMAC_C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_CTR_DRBG_C
|
* \def MBEDTLS_CTR_DRBG_C
|
||||||
|
@ -2824,7 +2824,7 @@
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_AES_C and MBEDTLS_CIPHER_C
|
* Requires: MBEDTLS_AES_C and MBEDTLS_CIPHER_C
|
||||||
*/
|
*/
|
||||||
// #define MBEDTLS_NIST_KW_C
|
#define MBEDTLS_NIST_KW_C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_MD_C
|
* \def MBEDTLS_MD_C
|
||||||
|
|
|
@ -84,6 +84,7 @@ for my $curve (@curves) {
|
||||||
}
|
}
|
||||||
# Depends on a specific curve. Also, ignore error if it wasn't enabled.
|
# Depends on a specific curve. Also, ignore error if it wasn't enabled.
|
||||||
system( "scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED" );
|
system( "scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED" );
|
||||||
|
system( "scripts/config.pl unset MBEDTLS_ECJPAKE_C" );
|
||||||
|
|
||||||
# Test with only $curve enabled, for each $curve.
|
# Test with only $curve enabled, for each $curve.
|
||||||
for my $curve (@curves) {
|
for my $curve (@curves) {
|
||||||
|
|
Loading…
Reference in a new issue