diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-04-11 08:57:51 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-19 10:32:27 +0200 |
commit | 52ca56090cb651ffa8ef9b5cd155742ee35117d1 (patch) | |
tree | 8843486beafcc85c5fc0e20e2607d1175f7ce4b4 /doc | |
parent | Fix up path generation to use OPENSSL_MODULES (diff) | |
download | openssl-52ca56090cb651ffa8ef9b5cd155742ee35117d1.tar.xz openssl-52ca56090cb651ffa8ef9b5cd155742ee35117d1.zip |
Make X25519 and X448 FIPS unapproved
Partially fixes: #22105
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24099)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man7/OSSL_PROVIDER-FIPS.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/OSSL_PROVIDER-FIPS.pod b/doc/man7/OSSL_PROVIDER-FIPS.pod index c1dd603643..6da7a81ea3 100644 --- a/doc/man7/OSSL_PROVIDER-FIPS.pod +++ b/doc/man7/OSSL_PROVIDER-FIPS.pod @@ -204,8 +204,12 @@ This is an unapproved algorithm. =item X25519, see L<EVP_KEYMGMT-X25519(7)> +This is an unapproved algorithm. + =item X448, see L<EVP_KEYMGMT-X448(7)> +This is an unapproved algorithm. + =item ED25519, see L<EVP_KEYMGMT-ED25519(7)> This is an unapproved algorithm. |