commit | 2d0c48268202690ee96bd6c6a91b5e353be13b14 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Tue Oct 02 13:45:20 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 16:05:33 2012 +0200 |
tree | 8078a8bdf8d06702c19b9caeee1e4f60953d8894 | |
parent | c6678e21bb88a65e9b05de2f7f4920db1a514ba8 [diff] |
MINOR: ssl: add statement 'no-tls-tickets' on bind to disable stateless session resumption 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.