aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2018-07-11 02:45:14 -0500
committerNick Zitzmann <nickzman@gmail.com>2018-07-14 18:32:47 -0500
commit092f6815c808489f1cea3df8449e16dff2c35e6b (patch)
tree08a44f61e965ea7b1e11b2f60c1af372f504c003 /docs
parent8c00412428b3bbe4d56db7905372c7e6d416fbc0 (diff)
darwinssl: add support for ALPN negotiation
Diffstat (limited to 'docs')
-rw-r--r--docs/HTTP2.md17
1 files changed, 9 insertions, 8 deletions
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
------------