mirror of
https://github.com/curl/curl.git
synced 2025-09-21 03:22:41 +03:00
HTTP2: s/polarssl/mbedtls
This commit is contained in:
parent
a43b22e05b
commit
02767e2b10
|
@ -7,7 +7,7 @@ HTTP/2 with curl
|
||||||
Build prerequisites
|
Build prerequisites
|
||||||
-------------------
|
-------------------
|
||||||
- nghttp2
|
- nghttp2
|
||||||
- OpenSSL, NSS, GnutTLS, PolarSSL, wolfSSL or SChannel with a new enough
|
- OpenSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough
|
||||||
version.
|
version.
|
||||||
|
|
||||||
[nghttp2](https://nghttp2.org/)
|
[nghttp2](https://nghttp2.org/)
|
||||||
|
@ -58,7 +58,7 @@ provide the necessary TLS features. Right now we support:
|
||||||
- OpenSSL: ALPN and NPN
|
- OpenSSL: ALPN and NPN
|
||||||
- NSS: ALPN and NPN
|
- NSS: ALPN and NPN
|
||||||
- GnuTLS: ALPN
|
- GnuTLS: ALPN
|
||||||
- PolarSSL: ALPN
|
- mbedTLS: ALPN
|
||||||
- SChannel: ALPN
|
- SChannel: ALPN
|
||||||
- wolfSSL: ALPN
|
- wolfSSL: ALPN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user