X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=c8da88ccd0107df274c8aa5a20528303bd6f8c93;hp=21d95f18c8436aef8a365101a82fc5c5a251a2ba;hb=fe6ef2472db933f01b59cad82aa925736935984b;hpb=6977e8ee4a718a76351ba5275a9f0be4e530eab5 diff --git a/CHANGES b/CHANGES index 21d95f18c8..c8da88ccd0 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,11 @@ pages. This work was developed in partnership with Intel Corp. [Matt Caswell] + *) 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. + [Kurt Roeckx] + *) SSL_{CTX}_set_tmp_ecdh() which can set 1 EC curve now internally calls SSL_{CTX_}set1_curves() which can set a list. [Kurt Roeckx]