ECDH: Disable Everest by default

This commit is contained in:
Christoph M. Wintersteiger
2019-08-29 16:12:38 +01:00
committed by Janos Follath
parent b33e811f2d
commit 6cddd30beb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3585,7 +3585,7 @@
* MBEDTLS_ECDH_LEGACY_CONTEXT). * MBEDTLS_ECDH_LEGACY_CONTEXT).
* *
*/ */
#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED //#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
/* \} name SECTION: Customisation configuration options */ /* \} name SECTION: Customisation configuration options */
+1
View File
@@ -104,6 +104,7 @@ MBEDTLS_NO_64BIT_MULTIPLICATION
MBEDTLS_PSA_CRYPTO_SPM MBEDTLS_PSA_CRYPTO_SPM
MBEDTLS_PSA_INJECT_ENTROPY MBEDTLS_PSA_INJECT_ENTROPY
MBEDTLS_ECP_RESTARTABLE MBEDTLS_ECP_RESTARTABLE
MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
_ALT\s*$ _ALT\s*$
); );