summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-02-21 09:20:22 +1100
committerPauli <pauli@openssl.org>2023-02-22 11:29:58 +1100
commit098e655e2128b47c6408bd3afa33490d2ec571a0 (patch)
treeb4f05e6da5cdb38d4a85fa0d304333a41d9b699e /CHANGES.md
parenta4720e9890494edb7fc888a67ca7608722dd62fb (diff)
update changes entry to note EdDSA is not FIPS approved
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20343) (cherry picked from commit 8c02b98fab688b0ccacbb2de5816a5d5fc7fb23b)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f59196466d..6586989ec1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,8 +28,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*