Add new submodule ssl_ticket
This commit is contained in:
parent
53ebe138c6
commit
fd6d8978f9
6 changed files with 95 additions and 1 deletions
|
@ -2089,6 +2089,16 @@
|
|||
*/
|
||||
#define MBEDTLS_SSL_COOKIE_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_SSL_TICKET_C
|
||||
*
|
||||
* Enable an implementation of TLS server-side callbacks for session tickets.
|
||||
*
|
||||
* Module: library/ssl_ticket.c
|
||||
* Caller:
|
||||
*/
|
||||
#define MBEDTLS_SSL_TICKET_C
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_SSL_CLI_C
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue