]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword.
authorEmeric Brun <ebrun@haproxy.com>
Mon, 19 Feb 2018 15:14:12 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Feb 2018 15:50:20 +0000 (16:50 +0100)
commit74f7ffa229bcfaba393da81f9199d77d14c309ec
tree0d0f6c532e05a53ddf1f7e4753a97688d2cd25fd
parenteb8def9f34c37537d56a69fcd211d4c4c8006bea
MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword.

Returns true when the back connection was made over an SSL/TLS transport
layer and the newly created SSL session was resumed using a cached
session or a TLS ticket.
doc/configuration.txt
src/ssl_sock.c