]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: ssl: fix ssl_sni ACLs to correctly process regular expressions
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2012 12:34:30 +0000 (14:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Oct 2012 12:34:30 +0000 (14:34 +0200)
commit8c866a38581152c25c8a6024da5645821aebdb46
tree2230a1ebaa1148833579dc66fe73c3d0e45ecfd3
parent6c9a3d55859d165e51f7ce1c7284dafa6cd6fc47
BUG: ssl: fix ssl_sni ACLs to correctly process regular expressions

ssl_sni_reg was using acl_parse_str which is wrong since we're parsing
a regex. Additionally, neither _end nor _reg may be looked up.
src/ssl_sock.c