]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: Add "alpn" and "npn" keywords.
authorOlivier Houchard <cognet@ci0.org>
Tue, 20 Nov 2018 22:33:50 +0000 (23:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 18:50:08 +0000 (19:50 +0100)
commitc75660010372457e91eaedeb6b761241a594479b
treed2683324243012a7944ae4fe206caf0f720bf67d
parentbeb859abcebf2dc1b025b7bb83e53a28192ea6e9
MINOR: server: Add "alpn" and "npn" keywords.

Add new keywords to "server" lines, alpn and npn.
If set, when connecting through SSL, those alpn/npn will be negociated
during the SSL handshake.
doc/configuration.txt
include/types/server.h
src/server.c
src/ssl_sock.c