diff options
author | Pauli <pauli@openssl.org> | 2023-02-05 21:44:36 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-02-07 21:49:54 +0100 |
commit | 92c0e33e375b9f3ba191484fff84a5aba41f1f6e (patch) | |
tree | 76e3cbf83739a6dab711bb01aaa80d6ec3f02038 /doc | |
parent | Put EdDSA back as approved algorithms. (diff) | |
download | openssl-92c0e33e375b9f3ba191484fff84a5aba41f1f6e.tar.xz openssl-92c0e33e375b9f3ba191484fff84a5aba41f1f6e.zip |
doc: remove EdDSA from list of 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 'doc')
-rw-r--r-- | doc/man7/OSSL_PROVIDER-FIPS.pod | 4 | ||||
-rw-r--r-- | doc/man7/fips_module.pod | 4 | ||||
-rw-r--r-- | 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 b73728e294..ecab7fba34 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 8eee14ca55..90c183abfc 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 ddfa81e13e..c1d47737c1 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 |