aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorJDepooter <joel.depooter@gmail.com>2016-03-20 23:59:57 -0700
committerDaniel Stenberg <daniel@haxx.se>2016-03-24 09:56:12 +0100
commitf8d88a491397a13f0e676bd0b2d0f275a728b860 (patch)
treee05063b3c2bd2485305442fb264ca79c852d66c6 /docs/HTTP2.md
parent96fff9f6b5ac6ec38c970a2b5acc6e76be0bdbdd (diff)
schannel: Add ALPN support
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md3
1 files changed, 2 insertions, 1 deletions
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
------------