Feature #11356
closed
Add ECDH support to OpenSSL wrapper
Added by tenderlovemaking (Aaron Patterson) over 9 years ago.
Updated over 9 years ago.
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
static VALUE
ossl_call_tmp_ecdh_callback(VALUE *args)
I think this argument should be a VALUE
and casted in the function.
success = rb_protect((VALUE(*)_((VALUE)))ossl_call_tmp_ecdh_callback,
(VALUE)args, NULL);
Then we can remove the cast of the function and an indirect cast.
- Status changed from Open to Closed
Applied in changeset r51348.
- Related to Bug #10497: OpenSSL Servers Do Not Support EC Certificates added
- Related to Bug #11739: OpenSSL::SSL::SSLServer doesn't negotiate ECDHE-* ciphersuites added
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0