summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-06 09:16:38 +1000
committerPauli <pauli@openssl.org>2021-08-08 13:55:56 +1000
commit5e89262535715aba9ec362e34732e784f4f67936 (patch)
tree53ef339abf396007c3615926bf14e5964c74e514 /doc/man7
parentc2b94c0a15254ad8cb28d07ed7793e975ae6736f (diff)
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 <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16239)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/OSSL_PROVIDER-FIPS.pod8
1 files 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<EVP_KEYEXCH-X25519(7)>
-This has the property "provider=fips,fips=no"
-
=item X448, see L<EVP_KEYEXCH-X448(7)>
-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<EVP_SIGNATURE-RSA(7)>
+=item X25519, see L<EVP_SIGNATURE-ED25519(7)>
+
+=item X448, see L<EVP_SIGNATURE-ED448(7)>
+
=item HMAC, see L<EVP_SIGNATURE-HMAC(7)>
=item CMAC, see L<EVP_SIGNATURE-CMAC(7)>