1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

fix review comments

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
Pengyu Lv
2022-12-13 13:49:59 +08:00
parent 06cf66d2ab
commit a1aa31b8b1
4 changed files with 8 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
/* Error space gap */
/** Processing of the Certificate handshake message failed. */
#define MBEDTLS_ERR_SSL_BAD_CERTIFICATE -0x7A00
/** The kex mode allowed by ticket is not supported by client */
/** No suitable key exchange mode for ticket */
#define MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE -0x7A80
/**
* Received NewSessionTicket Post Handshake Message.