From 5e89262535715aba9ec362e34732e784f4f67936 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 6 Aug 2021 09:16:38 +1000 Subject: [PATCH] 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) --- doc/man7/OSSL_PROVIDER-FIPS.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index f13e963a94..62e495aef1 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