]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: provide ia function to set the SNI extension on a connection
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2015 09:33:32 +0000 (11:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2015 09:37:29 +0000 (11:37 +0200)
commit630764188b1dc1e2cf05820d53f0315c9b09bbca
treedf367d606a7c86e27b8fe9449ecabdff5d9d4193
parent42529c38ac8ffc98bf50322adc39b708795f5c30
MINOR: ssl: provide ia function to set the SNI extension on a connection

ssl_sock_set_servername() is used to set the SNI hostname on an
outgoing connection. This function comes from code originally
provided by Christopher Faulet of Qualys.
include/proto/ssl_sock.h
src/ssl_sock.c