]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: Use ALPN support as it will be available in OpenSSL 1.0.2
authorDirkjan Bussink <d.bussink@gmail.com>
Thu, 13 Feb 2014 11:29:42 +0000 (12:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Feb 2014 18:49:51 +0000 (19:49 +0100)
commit48f1c4e3ad4f997a6b5b90a099584d7ecbbe8355
treee07d8094dc355fd177ca034f535a06cbd9c77a8b
parent07ba08b57cebdd2461f3ceb9a44b2c575ef8a65f
MEDIUM: ssl: Use ALPN support as it will be available in OpenSSL 1.0.2

The current ALPN support is based on custom OpenSSL patches. These are
however not the same as what has landed on OpenSSL:

http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=6f017a8f9db3a79f3a3406cf8d493ccd346db691

This patch change the code so it supports ALPN as it will be part of
OpenSSL.
src/ssl_sock.c