Skip to content

Conversation

@masaori335
Copy link
Contributor

@masaori335 masaori335 commented Jul 31, 2018

SSL_CTX_set_ecdh_auto() has been removed and ECDH is enabled in default since OpenSSL v1.1.0.


Fix #4038

SSL_CTX_set_ecdh_auto() has been removed and ECDH is enabled in default
since OpenSSL v1.1.0.
@masaori335 masaori335 added the TLS label Jul 31, 2018
@masaori335 masaori335 added this to the 9.0.0 milestone Jul 31, 2018
@masaori335 masaori335 self-assigned this Jul 31, 2018
@masaori335
Copy link
Contributor Author

FWIW, BoringSSL defines SSL_CTX_set_ecdh_auto() like below. With BoringSSL, there're no issue.

4174 // SSL_CTX_set_ecdh_auto returns one.
4175 #define SSL_CTX_set_ecdh_auto(ctx, onoff) 1

@masaori335 masaori335 merged commit 034c25b into apache:master Aug 2, 2018
@zwoop
Copy link
Contributor

zwoop commented Aug 7, 2018

Cherry-picked to 8.0.x

@zwoop
Copy link
Contributor

zwoop commented Aug 7, 2018

@masaori335 Do we want this for 7.1.5 as well ? If so, please make a separate PR, so we can set a different Milestone on that commit.

@masaori335
Copy link
Contributor Author

@zwoop Will do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants