Add warning on config options

Note to self: actually disable before merging that branch!
This commit is contained in:
Manuel Pégourié-Gonnard 2015-09-16 23:21:01 +02:00
parent 921f2d02cf
commit 75df902740

View File

@ -699,7 +699,9 @@
* *
* Enable the ECJPAKE based ciphersuite modes in SSL / TLS. * Enable the ECJPAKE based ciphersuite modes in SSL / TLS.
* *
* \warning Those are currently experimental. * \warning This is currently experimental. EC J-PAKE support is based on the
* Thread v1.0.0 specification; incompatible changes to the specification
* might still happen. For this reason, this is disabled by default.
* *
* Requires: MBEDTLS_ECJPAKE_C * Requires: MBEDTLS_ECJPAKE_C
* MBEDTLS_SHA256_C * MBEDTLS_SHA256_C
@ -1692,6 +1694,10 @@
* *
* Enable the elliptic curve J-PAKE library. * Enable the elliptic curve J-PAKE library.
* *
* \warning This is currently experimental. EC J-PAKE support is based on the
* Thread v1.0.0 specification; incompatible changes to the specification
* might still happen. For this reason, this is disabled by default.
*
* Module: library/ecjpake.c * Module: library/ecjpake.c
* Caller: * Caller:
* *