ECDH: Disable Everest by default
This commit is contained in:
parent
b33e811f2d
commit
6cddd30beb
2 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
|
@ -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*$
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue