ECDH: Disable Everest by default

This commit is contained in:
Christoph M. Wintersteiger 2019-01-17 12:17:54 +00:00 committed by Janos Follath
parent b33e811f2d
commit 6cddd30beb
2 changed files with 2 additions and 1 deletions

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 */

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*$
); );