diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-09-15 23:13:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-09-15 23:13:35 +0200 |
commit | d1638fe08b67c74db80ee8140354fa67e4185fc4 (patch) | |
tree | 3a1befa901bfe621db09de3ce889b3cc44309756 | |
parent | fb4726d571649199de1daad642b05c101f0a56c3 (diff) |
README.http2: updated to reflect current status
-rw-r--r-- | lib/README.http2 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/README.http2 b/lib/README.http2 index 3e9ba2064..936e3bb31 100644 --- a/lib/README.http2 +++ b/lib/README.http2 @@ -5,7 +5,7 @@ HTTP2 with libcurl Build prerequisites - nghttp2 - - OpenSSL or NSS or GnutTLS with a new enough version + - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version nghttp2 (https://github.com/tatsuhiro-t/nghttp2) @@ -14,9 +14,9 @@ HTTP2 with libcurl than HTTP1.1 (which we implement on our own) and that nghttp2 is an already existing and well functional library. - Right now, nghttp2 implements http2 draft-09 + Right now, nghttp2 implements http2 draft-14 - We require at least version 0.3.0 + We require at least version 0.6.0 Over an http:// URL @@ -46,9 +46,10 @@ SSL libs 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 - NSS: ALPN and NPN - GnuTLS: ALPN + OpenSSL: ALPN and NPN + NSS: ALPN and NPN + GnuTLS: ALPN + PolarSSL: ALPN Alt-Svc |