Browse Source
elliptic curve auto selection where available openssl v1.0.2 - SSL_CTX_set_ecdh_auto() openssl v1.1.0 - ECDH support always enabled x-ref: "Using X25519 Key exchange" https://redmine.lighttpd.net/issues/2833 "SSL_CTX_set_ecdh_auto is undefined for newer openssl's" https://github.com/openssl/openssl/issues/1437 It has been removed from OpenSSL 1.1.0. Here is the relevant CHANGES entry: *) SSL_{CTX_}set_ecdh_auto() has been removed and ECDH is support is always enabled now. If you want to disable the support you should exclude it using the list of supported ciphers. This also means that the "-no_ecdhe" option has been removed from s_server. [Kurt Roeckx]personal/stbuehler/fix-fdevent
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue