diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-03-29 08:27:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-03-29 08:27:23 +0200 |
commit | 02767e2b1045a3fc27d2e0dae1849689b5088c71 (patch) | |
tree | f03ec80ea7294270aa304029cab582127185d82d /docs | |
parent | a43b22e05b726e7e080eda63f287f728392b7064 (diff) |
HTTP2: s/polarssl/mbedtls
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md index 331bcb0ae..6fc3e49c8 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -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 |