From 75df902740a5f1129726067761f8e458d14932c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 16 Sep 2015 23:21:01 +0200 Subject: [PATCH] Add warning on config options Note to self: actually disable before merging that branch! --- include/mbedtls/config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index baa5a7a9b..11435df8d 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -699,7 +699,9 @@ * * 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 * MBEDTLS_SHA256_C @@ -1692,6 +1694,10 @@ * * 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 * Caller: *