Add warning on config options
Note to self: actually disable before merging that branch!
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index baa5a7a..11435df 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:
*