Update dependencies and documentation

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-25 19:34:49 +02:00
parent 1e9c4db524
commit 4214e3a0eb
3 changed files with 8 additions and 6 deletions

View file

@ -24,6 +24,12 @@
#ifndef MBEDTLS_SSL_TICKET_H
#define MBEDTLS_SSL_TICKET_H
/*
* This implementation of the session ticket callbacks includes key
* management, rotating the keys periodically in order to preserve forward
* secrecy, when MBEDTLS_HAVE_TIME is defined.
*/
#include "ssl.h"
#include "cipher.h"