tls13: Make ..._RECEIVED_NEW_SESSION_TICKET experimental
We are considering using a callback instead. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
c2e110f445
commit
da13072c5b
1 changed files with 4 additions and 1 deletions
|
@ -96,7 +96,10 @@
|
|||
/* Error space gap */
|
||||
/** Processing of the Certificate handshake message failed. */
|
||||
#define MBEDTLS_ERR_SSL_BAD_CERTIFICATE -0x7A00
|
||||
/** Received NewSessionTicket Post Handshake Message */
|
||||
/**
|
||||
* Received NewSessionTicket Post Handshake Message.
|
||||
* This error code is experimental and may be changed or removed without notice.
|
||||
*/
|
||||
#define MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET -0x7B00
|
||||
/* Error space gap */
|
||||
/* Error space gap */
|
||||
|
|
Loading…
Reference in a new issue