From: Emeric Brun Date: Tue, 2 Oct 2012 12:00:59 +0000 (+0200) Subject: DOC: ssl: add 'no-tls-tickets' statement documentation. X-Git-Tag: v1.5-dev13~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90ad8727dda01b8541a0014535fb0b1bb2fa4342;p=thirdparty%2Fhaproxy.git DOC: ssl: add 'no-tls-tickets' statement documentation. Disables the stateless session resumption (RFC 5077 TLS Ticket extension) and force to use stateful session resumption. Stateless session resumption is more expensive in CPU usage. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 409f1baee0..cb1a11fe08 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6897,6 +6897,12 @@ nosslv3 SSL is supported. Note that SSLv2 is forced disabled in the code and cannot be enabled using any configuration option. +no-tls-tickets + This setting is only available when support for OpenSSL was built in. It + disables the stateless session resumption (RFC 5077 TLS Ticket + extension) and force to use stateful session resumption. Stateless + session resumption is more expensive in CPU usage. + notlsv10 This setting is only available when support for OpenSSL was built in. It disables support for TLSv10 on any sockets instanciated from the listener when