From 18fd8f687f6da43943df33435686d74bbfddd387 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 31 Jul 2024 13:26:02 +1000 Subject: [PATCH] doc: document pkcs15-padding-disabled param for RSA Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/25070) --- doc/man7/EVP_ASYM_CIPHER-RSA.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/man7/EVP_ASYM_CIPHER-RSA.pod b/doc/man7/EVP_ASYM_CIPHER-RSA.pod index 005a20f82f..91de46d80d 100644 --- a/doc/man7/EVP_ASYM_CIPHER-RSA.pod +++ b/doc/man7/EVP_ASYM_CIPHER-RSA.pod @@ -25,6 +25,10 @@ The default provider understands these RSA padding modes in string form: =item "pkcs1" (B) +This padding mode is no longer supported by the FIPS provider for key +agreement and key transport. +(This is a FIPS 140-3 requirement) + =item "x931" (B) =back @@ -37,6 +41,10 @@ The default provider understands these RSA padding modes in integer form: =item 1 (B) +This padding mode is no longer supported by the FIPS provider for key +agreement and key transport. +(This is a FIPS 140-3 requirement) + =item 3 (B) =item 4 (B) @@ -71,6 +79,11 @@ See B on the page L See L for more information. +=item "pkcs15-padding-disabled" (B) + +If nonzero, PKCS#1 version 1.5 padding is disabled. +This option is used by the OpenSSL FIPS provider. + =back =head1 SEE ALSO