commit | 60182ef9892acf4d5492fbb65545f8dc8c551484 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Aug 02 14:44:54 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Aug 14 14:08:04 2013 +0200 |
tree | 85618c37caad3822b6532b851347ba9275e2eaa3 | |
parent | 75d440192ca3dfda6656ea1ef93fc0ff3a26f9c8 [diff] [blame] |
ssl_cli: write & parse session ticket extension
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 2ffb549..48263e5 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -262,6 +262,8 @@ #define TLS_EXT_SIG_ALG 13 +#define TLS_EXT_SESSION_TICKET 35 + #define TLS_EXT_RENEGOTIATION_INFO 0xFF01 /*