Loading docs/HTTP2.md +13 −11 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - OpenSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough version. - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough version. [nghttp2](https://nghttp2.org/) ------------------------------- Loading Loading @@ -52,10 +52,12 @@ SSL libs -------- The challenge is the ALPN and NPN support and all our different SSL backends. You may need a fairly updated SSL library version for it to provide the necessary TLS features. Right now we support: backends. You may need a fairly updated SSL library version for it to provide the necessary TLS features. Right now we support: - OpenSSL: ALPN and NPN - libressl: ALPN and NPN - BoringSSL: ALPN and NPN - NSS: ALPN and NPN - GnuTLS: ALPN - mbedTLS: ALPN Loading Loading
docs/HTTP2.md +13 −11 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - OpenSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough version. - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel with a new enough version. [nghttp2](https://nghttp2.org/) ------------------------------- Loading Loading @@ -52,10 +52,12 @@ SSL libs -------- The challenge is the ALPN and NPN support and all our different SSL backends. You may need a fairly updated SSL library version for it to provide the necessary TLS features. Right now we support: backends. You may need a fairly updated SSL library version for it to provide the necessary TLS features. Right now we support: - OpenSSL: ALPN and NPN - libressl: ALPN and NPN - BoringSSL: ALPN and NPN - NSS: ALPN and NPN - GnuTLS: ALPN - mbedTLS: ALPN Loading