]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: payload: add support for tls session ticket ext
authorPradeep Jindal <praddyjindal@gmail.com>
Tue, 29 Sep 2015 04:42:57 +0000 (10:12 +0530)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Sep 2015 12:07:32 +0000 (14:07 +0200)
commitbb2acf589f54964349b51d2264735f8a15b3f39c
tree3958e94e8a76db719370b86432b42b69cbf1ac43
parent307ee1e01bee8d90cac07bb2fb0abe498e3a3217
MINOR: payload: add support for tls session ticket ext

req.ssl_st_ext : integer
  Returns 0 if the client didn't send a SessionTicket TLS Extension (RFC5077)
  Returns 1 if the client sent SessionTicket TLS Extension
  Returns 2 if the client also sent non-zero length TLS SessionTicket
doc/configuration.txt
src/payload.c