Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | ALPN: fix typo in http/1.1 identifier | Fabian Frank | |
According to https://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-05 it is "http/1.1" and not "http/1.0". | |||
2014-02-04 | gtls: add ALPN support | Fabian Frank | |
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 | |||
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg | |