Skip to content
Snippets Groups Projects
Commit 02767e2b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HTTP2: s/polarssl/mbedtls

parent a43b22e0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ HTTP/2 with curl
Build prerequisites
-------------------
- nghttp2
- OpenSSL, NSS, GnutTLS, PolarSSL, wolfSSL or SChannel with a new enough
- OpenSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough
version.
[nghttp2](https://nghttp2.org/)
......@@ -58,7 +58,7 @@ provide the necessary TLS features. Right now we support:
- OpenSSL: ALPN and NPN
- NSS: ALPN and NPN
- GnuTLS: ALPN
- PolarSSL: ALPN
- mbedTLS: ALPN
- SChannel: ALPN
- wolfSSL: ALPN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment