From: Pauli Date: Sun, 5 Feb 2023 20:46:22 +0000 (+1100) Subject: remove EdDSA from changes entry about non-fips algorithms X-Git-Tag: openssl-3.2.0-alpha1~1320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4072a762664020524f536361a6de43e8de19a4f8;p=thirdparty%2Fopenssl.git remove EdDSA from changes entry about non-fips algorithms Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/20219) --- diff --git a/CHANGES.md b/CHANGES.md index 223f2feaeaa..1f76a23d2f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -220,7 +220,8 @@ OpenSSL 3.1 backward compatibility purposes and the "fips=yes" property query must be used for all algorithm fetches to ensure FIPS compliance. - The algorithms that are included but not approved are Triple DES and EdDSA. + The algorithms that are included but not approved are Triple DES ECB + and Triple DES CBC. *Paul Dale*