diff options
author | Pauli <pauli@openssl.org> | 2023-02-21 09:20:22 +1100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-02-22 11:29:02 +1100 |
commit | 8c02b98fab688b0ccacbb2de5816a5d5fc7fb23b (patch) | |
tree | 083b9aceccd125c613117888d8fd3558e7929ebc /CHANGES.md | |
parent | 759ab5984eb981f2dd165979a7abb950ddad81ae (diff) | |
download | openssl-new-8c02b98fab688b0ccacbb2de5816a5d5fc7fb23b.tar.gz |
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)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index ef12e4486a..f83d9fa445 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* |