From: Daniel Stenberg Date: Tue, 29 Mar 2016 06:27:23 +0000 (+0200) Subject: HTTP2: s/polarssl/mbedtls X-Git-Tag: curl-7_49_0~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02767e2b1045a3fc27d2e0dae1849689b5088c71;p=curl HTTP2: s/polarssl/mbedtls --- 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