Add the ECJPAKE ciphersuite
This commit is contained in:
parent
557535d8c4
commit
538cb7b0b4
2 changed files with 18 additions and 1 deletions
|
@ -229,6 +229,8 @@ extern "C" {
|
|||
#define MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 0xC0AE /**< TLS 1.2 */
|
||||
#define MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 0xC0AF /**< TLS 1.2 */
|
||||
|
||||
#define MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8 0xC0FF /**< experimental */
|
||||
|
||||
/* Reminder: update mbedtls_ssl_premaster_secret when adding a new key exchange.
|
||||
* Reminder: update MBEDTLS_KEY_EXCHANGE__WITH_CERT__ENABLED below.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue