From 092f6815c808489f1cea3df8449e16dff2c35e6b Mon Sep 17 00:00:00 2001 From: Rodger Combs Date: Wed, 11 Jul 2018 02:45:14 -0500 Subject: darwinssl: add support for ALPN negotiation --- docs/HTTP2.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/HTTP2.md b/docs/HTTP2.md index efbe69991..e20ce0cab 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -55,14 +55,15 @@ 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: - - OpenSSL: ALPN and NPN - - libressl: ALPN and NPN - - BoringSSL: ALPN and NPN - - NSS: ALPN and NPN - - GnuTLS: ALPN - - mbedTLS: ALPN - - SChannel: ALPN - - wolfSSL: ALPN + - OpenSSL: ALPN and NPN + - libressl: ALPN and NPN + - BoringSSL: ALPN and NPN + - NSS: ALPN and NPN + - GnuTLS: ALPN + - mbedTLS: ALPN + - SChannel: ALPN + - wolfSSL: ALPN + - Secure Transport: ALPN Multiplexing ------------ -- cgit v1.2.3