From f8d88a491397a13f0e676bd0b2d0f275a728b860 Mon Sep 17 00:00:00 2001 From: JDepooter Date: Sun, 20 Mar 2016 23:59:57 -0700 Subject: schannel: Add ALPN support Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 --- docs/HTTP2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/HTTP2.md') diff --git a/docs/HTTP2.md b/docs/HTTP2.md index bf5382070..6f7ece431 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -7,7 +7,7 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version + - OpenSSL, NSS, GnutTLS, PolarSSL or SChannel with a new enough version [nghttp2](https://nghttp2.org/) ------------------------------- @@ -58,6 +58,7 @@ provide the necessary TLS features. Right now we support: - NSS: ALPN and NPN - GnuTLS: ALPN - PolarSSL: ALPN + - SChannel: ALPN Multiplexing ------------ -- cgit v1.2.3