From 92c0e33e375b9f3ba191484fff84a5aba41f1f6e Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 6 Feb 2023 07:44:36 +1100 Subject: [PATCH] doc: remove EdDSA from list of non-FIPS algorithms. Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/20219) --- doc/man7/OSSL_PROVIDER-FIPS.pod | 4 ++-- doc/man7/fips_module.pod | 4 ++-- doc/man7/migration_guide.pod | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index b73728e2943..ecab7fba341 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -398,9 +398,9 @@ want to operate in a FIPS approved manner. The algorithms are: =over 4 -=item Triple DES +=item Triple DES ECB -=item EdDSA +=item Triple DES CBC =back diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod index 8eee14ca553..90c183abfce 100644 --- a/doc/man7/fips_module.pod +++ b/doc/man7/fips_module.pod @@ -476,9 +476,9 @@ want to operate in a FIPS approved manner. The algorithms are: =over 4 -=item Triple DES +=item Triple DES ECB -=item EdDSA +=item Triple DES CBC =back diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index ddfa81e13e4..c1d47737c18 100644 --- a/doc/man7/migration_guide.pod +++ b/doc/man7/migration_guide.pod @@ -26,7 +26,9 @@ want to operate in a FIPS approved manner. The algorithms are: =over 4 -=item Triple DES +=item Triple DES ECB + +=item Triple DES CBC =item EdDSA -- 2.47.2