mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
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
@ -96,7 +96,10 @@
|
|||||||
/* Error space gap */
|
/* Error space gap */
|
||||||
/** Processing of the Certificate handshake message failed. */
|
/** Processing of the Certificate handshake message failed. */
|
||||||
#define MBEDTLS_ERR_SSL_BAD_CERTIFICATE -0x7A00
|
#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
|
#define MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET -0x7B00
|
||||||
/* Error space gap */
|
/* Error space gap */
|
||||||
/* Error space gap */
|
/* Error space gap */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user