From eb7b32f1c8d9d902c0cdc1640f4fd768a1cb5640 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Thu, 6 Aug 2015 09:36:13 +0900 Subject: support Firefox (support ECDH) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3