3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED

This commit is contained in:
Christoph M. Wintersteiger 2019-02-15 12:49:27 +00:00 committed by Janos Follath
parent 37eb90617a
commit 50d9f095ec

10
include/mbedtls/config.h Normal file → Executable file
View file

@ -3577,11 +3577,11 @@
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/**
* Enable the verified implementations of crypto primitives
* from Project Everest (currently only Curve25519).
* This feature breaks ECDH backward compatibility (see also
* MBEDTLS_ECDH_LEGACY_CONTEXT).
*
* Enable the verified implementations of ECDH primitives from Project Everest
* (currently only Curve25519). This feature changes the layout of ECDH
* contexts and therefore is a compatibility break for applications that access
* fields of a mbedtls_ecdh_context structure directly. See also
* MBEDTLS_ECDH_LEGACY_CONTEXT in include/mbedtls/ecdh.h.
*/
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED