From: Pauli Date: Mon, 20 Feb 2023 22:20:43 +0000 (+1100) Subject: update documentation to note that EdDSA is not FIPS approved X-Git-Tag: openssl-3.2.0-alpha1~1266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd4716dd61e3e8fce77c04987e9dc5df7be7d9d;p=thirdparty%2Fopenssl.git update documentation to note that EdDSA is not FIPS approved Reviewed-by: Shane Lontis Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20343) --- diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index ecab7fba341..23d53736ab3 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -402,6 +402,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 90c183abfce..c465dca56c6 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