Add new submodule ssl_ticket

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-15 12:09:00 +02:00
parent 53ebe138c6
commit fd6d8978f9
6 changed files with 95 additions and 1 deletions

View file

@ -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
*