commit | 4d8db595cab1222927a251a9b836ac4947b7d73d | [log] [tgz] |
---|---|---|
author | Fabian Frank <fabian@pagefault.de> | Tue Feb 04 00:10:37 2014 -0800 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue Feb 04 09:48:27 2014 +0100 |
tree | a86dd2664675ba71400bf804f019e7bc43b13c50 | |
parent | 6127e54f4083af016e229568502de6e578aa973e [diff] |
gtls: add ALPN support Add ALPN support when using GnuTLS >= 3.2.0. This allows libcurl to negotiate HTTP/2.0 for https connections when built with GnuTLS. See: http://www.gnutls.org/manual/gnutls.html#Application-Layer-Protocol-Negotiation-_0028ALPN_0029 http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-04