Add ticket nonce setting

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-07-07 06:49:01 +00:00
parent d5b1eb51db
commit 0038c5ff1c

View file

@ -1541,6 +1541,15 @@
*/
//#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
/**
* \def MBEDTLS_SSL_TICKET_NONCE_LENGTH
*
* Size in bytes of a ticket nonce. This is not used in TLS 1.2.
*
* The default value is 32 bytes.
*/
#define MBEDTLS_SSL_TICKET_NONCE_LENGTH 32
/**
* \def MBEDTLS_SSL_PROTO_DTLS
*