summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-02-21 09:20:43 +1100
committerPauli <pauli@openssl.org>2023-02-22 11:29:58 +1100
commit73b0126150b298f4c9cdccd1baac154c49cbaf46 (patch)
tree2ca24a93c80912415507a7e4559dafb65c352769
parent098e655e2128b47c6408bd3afa33490d2ec571a0 (diff)
update documentation to note that 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) (cherry picked from commit fdd4716dd61e3e8fce77c04987e9dc5df7be7d9d)
-rw-r--r--doc/man7/OSSL_PROVIDER-FIPS.pod2
-rw-r--r--doc/man7/fips_module.pod2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod
index 80ce6572be..6aec80362d 100644
--- a/doc/man7/OSSL_PROVIDER-FIPS.pod
+++ b/doc/man7/OSSL_PROVIDER-FIPS.pod
@@ -404,6 +404,8 @@ want to operate in a FIPS approved manner. The algorithms are:
=item Triple DES CBC
+=item EdDSA
+
=back
=head1 SEE ALSO
diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod
index 90c183abfc..c465dca56c 100644
--- a/doc/man7/fips_module.pod
+++ b/doc/man7/fips_module.pod
@@ -480,6 +480,8 @@ want to operate in a FIPS approved manner. The algorithms are:
=item Triple DES CBC
+=item EdDSA
+
=back
=head1 SEE ALSO