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:50:32 +1100
commit77ca40dcd5d6b195fa6a1ee175f98e03dd19b2bd (patch)
tree7fd80749649d75ea23a9c3b452d052acf88fd18f /CHANGES.md
parent58f28b402a1051bfb700197c8d7ab851ff591268 (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) (cherry picked from commit 4072a762664020524f536361a6de43e8de19a4f8)
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 192c5c32ff..711791bdec 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,7 +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 and EdDSA.
+ The algorithms that are included but not approved are Triple DES ECB
+ and Triple DES CBC.
*Paul Dale*