]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: Add ssl_sock_set_alpn().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 21 Dec 2018 18:45:40 +0000 (19:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Dec 2018 18:53:30 +0000 (19:53 +0100)
commitab28a320aa39324a588a1279f122291a340c92ce
tree10626cd98513be9d2866c2405df10b52bcb1302d
parent21944019cabcb46ceb95b7fd925528b9dace4e35
MINOR: ssl: Add ssl_sock_set_alpn().

Add a new function, ssl_sock_set_alpn(), to be able to change the ALPN
for a connection, instead of relying of the one defined in the SSL_CTX.
include/proto/ssl_sock.h
src/ssl_sock.c