Skip to content

Commit

Permalink
README.http2: updated to reflect current status
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 15, 2014
1 parent fb4726d commit d1638fe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/README.http2
Expand Up @@ -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)

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d1638fe

Please sign in to comment.