aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-06 09:36:13 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-06 09:36:13 +0900
commiteb7b32f1c8d9d902c0cdc1640f4fd768a1cb5640 (patch)
treeab589574f2d536981aa3a899a77ce310b1cd77f9 /README.md
parent12ee823e8aa827cc9598ad1249c30fac7fd856df (diff)
downloadplum-eb7b32f1c8d9d902c0cdc1640f4fd768a1cb5640.tar.gz
support Firefox (support ECDH)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 47eaf7b..f25433c 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,13 @@ A minimal implementation of HTTP/2 server. (WIP)
## Requirements
* OpenSSL 1.0.2+
-* Ruby 2.2 with [ALPN support patch](https://gist.github.com/rhenium/b1711edcc903e8887a51).
+* Ruby 2.2 with [ALPN support](https://gist.github.com/rhenium/b1711edcc903e8887a51) and [ECDH support (r51348)](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/51348/diff?format=diff).
## TODO
* "http" URIs support (upgrade from HTTP/1.1)
* Stream Priority (RFC 7540 5.3)
* Better HPACK encoding (RFC 7541)
* SNI support
-* TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 support (need patching openssl)
* Better API
* Better Code Climate
* More test code