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 f43e1d942f
commit 5833de7ab2

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

@ -2079,11 +2079,11 @@
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT //#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/** /**
* Enable the verified implementations of crypto primitives * Enable the verified implementations of ECDH primitives from Project Everest
* from Project Everest (currently only Curve25519). * (currently only Curve25519). This feature changes the layout of ECDH
* This feature breaks ECDH backward compatibility (see also * contexts and therefore is a compatibility break for applications that access
* MBEDTLS_ECDH_LEGACY_CONTEXT). * 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 //#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED