mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 17:35:29 +00:00
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):
|
* enabled as well):
|
||||||
* MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
|
* 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
|
* \def MBEDTLS_PK_PARSE_EC_EXTENDED
|
||||||
|
@ -1716,7 +1716,7 @@
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_ECP_C, MBEDTLS_MD_C
|
* Requires: MBEDTLS_ECP_C, MBEDTLS_MD_C
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_ECJPAKE_C
|
//#define MBEDTLS_ECJPAKE_C
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_ECP_C
|
* \def MBEDTLS_ECP_C
|
||||||
|
|
Loading…
Reference in a new issue