aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-03-28 18:18:09 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-03-28 18:18:09 -0400
commita43b22e05b726e7e080eda63f287f728392b7064 (patch)
treec005b07299f9a0833067de91e4c7d0c20294a74a /docs/HTTP2.md
parent67a762928ed33470e7423fd01e1860e9c61dedd7 (diff)
wolfssl: Add ALPN support
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 6f7ece431..331bcb0ae 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -7,7 +7,8 @@ HTTP/2 with curl
Build prerequisites
-------------------
- nghttp2
- - OpenSSL, NSS, GnutTLS, PolarSSL or SChannel with a new enough version
+ - OpenSSL, NSS, GnutTLS, PolarSSL, wolfSSL or SChannel with a new enough
+ version.
[nghttp2](https://nghttp2.org/)
-------------------------------
@@ -59,6 +60,7 @@ provide the necessary TLS features. Right now we support:
- GnuTLS: ALPN
- PolarSSL: ALPN
- SChannel: ALPN
+ - wolfSSL: ALPN
Multiplexing
------------