summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-02-06 07:46:22 +1100
committerPauli <pauli@openssl.org>2023-02-08 07:49:54 +1100
commit4072a762664020524f536361a6de43e8de19a4f8 (patch)
tree1ddc447509dfe728626339110d851daf0f603418 /CHANGES.md
parent92c0e33e375b9f3ba191484fff84a5aba41f1f6e (diff)
remove EdDSA from changes entry about non-fips algorithms
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/20219)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 223f2feaea..1f76a23d2f 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*