mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:25:36 +01:00
Add warning on config options
Note to self: actually disable before merging that branch!
This commit is contained in:
parent
921f2d02cf
commit
75df902740
@ -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:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user