From: tenderlove@... Date: 2015-07-17T15:08:57+00:00 Subject: [ruby-core:70013] [Ruby trunk - Feature #11356] Add ECDH support to OpenSSL wrapper Issue #11356 has been updated by Aaron Patterson. File 0001-add-ecdh-support.patch added @Nobu, Thanks for the feedback! I've attached a new patch that refactors those parts. ---------------------------------------- Feature #11356: Add ECDH support to OpenSSL wrapper https://bugs.ruby-lang.org/issues/11356#change-53445 * Author: Aaron Patterson * Status: Open * Priority: Normal * Assignee: ---------------------------------------- FireFox wants to use ECDH on HTTP/2 connections, and there is no way to add it to the SSL context. This patch adds an ECDH callback (similar to the DH callback). With this patch and #9390, I am able to get an HTTP/2 server running in Chrome and FireFox! :) ---Files-------------------------------- 0001-add-ecdh-support.patch (6.81 KB) 0001-add-ecdh-support.patch (6.78 KB) -- https://bugs.ruby-lang.org/