From: Pavlos Parissis Date: Mon, 24 Aug 2015 11:14:32 +0000 (+0200) Subject: DOC: mention support for RFC 5077 TLS Ticket extension in starter guide X-Git-Tag: v1.6-dev4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba56d9ceec87192cad11737f9ee140dff26b868d;p=thirdparty%2Fhaproxy.git DOC: mention support for RFC 5077 TLS Ticket extension in starter guide --- diff --git a/doc/intro.txt b/doc/intro.txt index 782f63008a..7339842404 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -557,6 +557,10 @@ making it quite complete are : - Detect, log and block certain known attacks even on vulnerable SSL libs, such as the Heartbleed attack affecting certain versions of OpenSSL. + - support for stateless session resumption (RFC 5077 TLS Ticket extension). + TLS tickets can be updated from CLI which provides them means to implement + Perfect Forward Secrecy by frequently rotating the tickets. + 3.3.3. Basic features : Monitoring ----------------------------------