]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add proxy-v2-options authority
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 1 Feb 2018 17:29:59 +0000 (18:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 10:38:32 +0000 (11:38 +0100)
commit253c3b75165409dc5f12a52507580c0102e41286
tree90f9095262555ac42066f363b72e7964a41d31c9
parentfa8d0f1875d1481c7fcea3074ac00c7eb195c2ac
MINOR: connection: add proxy-v2-options authority

This patch add option PP2_TYPE_AUTHORITY to proxy protocol v2 when a TLS
connection was negotiated. In this case, authority corresponds to the sni.
doc/configuration.txt
include/proto/ssl_sock.h
include/types/server.h
src/connection.c
src/server.c
src/ssl_sock.c