Update config.h
Correction to the ECJPAKE_C note in config.h
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 1b0295e..7656028 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -2606,6 +2606,10 @@
*
* Enable the elliptic curve J-PAKE library.
*
+ * \note EC J-PAKE support is based on the Thread v1.0.0 specification.
+ * It has not been reviewed for compliance with newer standards such as
+ * Thread v1.1 or RFC 8236.
+ *
* Module: library/ecjpake.c
* Caller:
*