commit | 606b4ba20f0d95d4fd3d0965601b3aaa380c744d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Aug 14 16:52:14 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Aug 15 11:42:48 2013 +0200 |
tree | bfe4c37886f459730c94ccbd5cfe616c57fcfad6 | |
parent | f0e39acb58990d7fe659770674261cd6829bdc02 [diff] [blame] |
Session ticket expiration checked on server
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 6fa95c4..22faf04 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -1332,6 +1332,7 @@ // SSL options // #define SSL_MAX_CONTENT_LEN 16384 /**< Size of the input / output buffer */ +#define SSL_DEFAULT_TICKET_LIFETIME 86400 /**< Lifetime of session tickets (if enabled) */ #endif /* POLARSSL_CONFIG_OPTIONS */