wolfssl: Add ALPN support

This commit is contained in:
Jay Satiro 2016-03-28 18:18:09 -04:00
parent 67a762928e
commit a43b22e05b
4 changed files with 107 additions and 7 deletions

View file

@ -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
------------