Actions
Feature #11356
closedAdd ECDH support to OpenSSL wrapper
Feature #11356:
Add ECDH support to OpenSSL wrapper
Status:
Closed
Assignee:
-
Target version:
-
Description
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
Actions