]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/proto_http: Add keywords to take care of early data.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 2 Oct 2017 09:51:03 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 11:32:22 +0000 (13:32 +0200)
commitccaa7de72e847a920d9cbe29e6959af46450e4d9
treef3524371c39951cdcdf78740b1648df78a5803e0
parenteff9a9ef950caa7327515a9f3063228dd9559b29
MINOR: ssl/proto_http: Add keywords to take care of early data.

Add a new sample fetch, "ssl_fc_has_early", a boolean that will be true
if early data were sent, and a new action, "wait-for-handshake", if used,
the request won't be forwarded until the SSL handshake is done.
doc/configuration.txt
src/ssl_sock.c
src/stream_interface.c