mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 18:55:51 +01:00
ECDH: Disable Everest by default
This commit is contained in:
parent
b33e811f2d
commit
6cddd30beb
@ -3585,7 +3585,7 @@
|
||||
* MBEDTLS_ECDH_LEGACY_CONTEXT).
|
||||
*
|
||||
*/
|
||||
#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
||||
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
||||
|
||||
/* \} name SECTION: Customisation configuration options */
|
||||
|
||||
|
@ -104,6 +104,7 @@ MBEDTLS_NO_64BIT_MULTIPLICATION
|
||||
MBEDTLS_PSA_CRYPTO_SPM
|
||||
MBEDTLS_PSA_INJECT_ENTROPY
|
||||
MBEDTLS_ECP_RESTARTABLE
|
||||
MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
||||
_ALT\s*$
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user