From: Pauli Date: Thu, 5 Aug 2021 23:16:38 +0000 (+1000) Subject: doc: Fix ECX FIPS documentation X-Git-Tag: openssl-3.0.0~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e89262535715aba9ec362e34732e784f4f67936;p=thirdparty%2Fopenssl.git doc: Fix ECX FIPS documentation Both Ed448 and Ed25519 were omitted from the signature list. X448 and X25519 were flagged as not FIPS valid which wasn't correct. Fixes #16234 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16239) --- diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index f13e963a94e..62e495aef19 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -116,12 +116,8 @@ The OpenSSL FIPS provider supports these operations and algorithms: =item X25519, see L -This has the property "provider=fips,fips=no" - =item X448, see L -This has the property "provider=fips,fips=no" - =back =head2 Asymmetric Signature @@ -132,6 +128,10 @@ This has the property "provider=fips,fips=no" =item RSA, see L +=item X25519, see L + +=item X448, see L + =item HMAC, see L =item CMAC, see L