From: Pauli Date: Mon, 20 Feb 2023 22:20:22 +0000 (+1100) Subject: update changes entry to note EdDSA is not FIPS approved X-Git-Tag: openssl-3.2.0-alpha1~1267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c02b98fab688b0ccacbb2de5816a5d5fc7fb23b;p=thirdparty%2Fopenssl.git update changes entry to note EdDSA is not FIPS approved Reviewed-by: Shane Lontis Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20343) --- diff --git a/CHANGES.md b/CHANGES.md index ef12e4486af..f83d9fa4453 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -225,8 +225,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 ECB - and Triple DES CBC. + The algorithms that are included but not approved are Triple DES ECB, + Triple DES CBC and EdDSA. *Paul Dale*