]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_*
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2012 06:20:03 +0000 (08:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2012 07:27:02 +0000 (09:27 +0200)
commit7875d0967ff030410588a680ffb5dfd92ca920ef
tree6a46af295e743d351db60004adfa2134f5af2f39
parent1ee0e302a1befc98134f08da5b6a39f8249c79a7
MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_*

This allows SNI presence and value to be checked on incoming SSL connections.
It is usable both for ACLs and stick tables.
doc/configuration.txt
src/ssl_sock.c