You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out ECDH is so horribly broken in OpenSSL 1.0.2 (turns out it even ignores the cipher suite selection and always uses ephemeral keys anyways) that there is no realistic way to add the feature into that version of the build. This feature will wait for the OpenSSL 1.1 updates where it can be properly incorporated (since OpenSSL 1.1 refactored the core to use the EVP_PKEY system for all key operations)
Release 2 does not have ECDH support yet so this is a work item:
The text was updated successfully, but these errors were encountered: