mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:57:16 +03:00
wolfssl: Add ALPN support
This commit is contained in:
parent
67a762928e
commit
a43b22e05b
4 changed files with 107 additions and 7 deletions
|
|
@ -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
|
||||
------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue