Disable EC J-PAKE by default (experimental)
This commit is contained in:
parent
3e5b5f192e
commit
cf82893411
1 changed files with 2 additions and 2 deletions
|
@ -711,7 +711,7 @@
|
|||
* enabled as well):
|
||||
* MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
|
||||
*/
|
||||
#define MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
|
||||
//#define MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_PK_PARSE_EC_EXTENDED
|
||||
|
@ -1716,7 +1716,7 @@
|
|||
*
|
||||
* Requires: MBEDTLS_ECP_C, MBEDTLS_MD_C
|
||||
*/
|
||||
#define MBEDTLS_ECJPAKE_C
|
||||
//#define MBEDTLS_ECJPAKE_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_ECP_C
|
||||
|
|
Loading…
Reference in a new issue