]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add statement 'no-tls-tickets' on bind to disable stateless session resum...
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 2 Oct 2012 11:45:20 +0000 (13:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 14:05:33 +0000 (16:05 +0200)
commit2d0c48268202690ee96bd6c6a91b5e353be13b14
tree8078a8bdf8d06702c19b9caeee1e4f60953d8894
parentc6678e21bb88a65e9b05de2f7f4920db1a514ba8
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.
include/types/listener.h
src/ssl_sock.c