Re: SSL_CTX_set_ecdh_auto noop OpenSSL 1.1.0?

2017-02-16 Thread William A Rowe Jr
On Thu, Feb 16, 2017 at 4:39 PM, Yann Ylavic wrote: > On Thu, Feb 16, 2017 at 11:33 PM, Yann Ylavic wrote: >> On Thu, Feb 16, 2017 at 10:52 PM, William A Rowe Jr >> wrote: >>> I'm not clear that this was a good usage of the

Re: SSL_CTX_set_ecdh_auto noop OpenSSL 1.1.0?

2017-02-16 Thread Yann Ylavic
On Thu, Feb 16, 2017 at 11:33 PM, Yann Ylavic wrote: > On Thu, Feb 16, 2017 at 10:52 PM, William A Rowe Jr > wrote: >> I'm not clear that this was a good usage of the current API... >> >> In file included from httpd-2.x/modules/ssl/ssl_private.h:90:0,

Re: SSL_CTX_set_ecdh_auto noop OpenSSL 1.1.0?

2017-02-16 Thread Yann Ylavic
On Thu, Feb 16, 2017 at 10:52 PM, William A Rowe Jr wrote: > I'm not clear that this was a good usage of the current API... > > In file included from httpd-2.x/modules/ssl/ssl_private.h:90:0, > from httpd-2.x/modules/ssl/ssl_engine_init.c:29: >

Re: SSL_CTX_set_ecdh_auto noop OpenSSL 1.1.0?

2017-02-16 Thread Jacob Champion
On 02/16/2017 01:52 PM, William A Rowe Jr wrote: This looks like a no-op now in OpenSSL 1.1.0. https://github.com/openssl/openssl/issues/1437 seems to explain it. --Jacob

SSL_CTX_set_ecdh_auto noop OpenSSL 1.1.0?

2017-02-16 Thread William A Rowe Jr
I'm not clear that this was a good usage of the current API... In file included from httpd-2.x/modules/ssl/ssl_private.h:90:0, from httpd-2.x/modules/ssl/ssl_engine_init.c:29: httpd-2.x/modules/ssl/ssl_engine_init.c: In function ‘ssl_init_server_certs’: