]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/server: add the "no-ssl-reuse" server option
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Feb 2015 15:47:07 +0000 (16:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Feb 2015 17:04:08 +0000 (18:04 +0100)
commit2a3fb1c8bb7062fcfaf4c695f456ee457c4e65b1
treed50e244d1a6357ad3d6180f039d0e9b3f20328c9
parent64e341666279446ed69176e79fc40a26b68b37d6
MINOR: ssl/server: add the "no-ssl-reuse" server option

This option disables SSL session reuse when SSL is used to communicate with
the server. It will force the server to perform a full handshake for every
new connection. It's probably only useful for benchmarking, troubleshooting,
and for paranoid users.
doc/configuration.txt
include/types/server.h
src/ssl_sock.c