]> git.kaiwu.me - haproxy.git/commit
MEDIUM: ssl: add bind-option "strict-sni"
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 24 Jan 2013 16:17:15 +0000 (17:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jan 2013 16:23:33 +0000 (17:23 +0100)
commit656233715e1e9810c43f05b12e13f8829ea4cad2
treeb8a99d5fac0e8935ff749e2b196d796a274f5014
parentcb2699a15231f429b301fffb4278a092dc9c0a85
MEDIUM: ssl: add bind-option "strict-sni"

This new option ensures that there is no possible fallback to a default
certificate if the client does not provide an SNI which is explicitly
handled by a certificate.
doc/configuration.txt
include/types/listener.h
src/ssl_sock.c