]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: document the fipsintsall option to disallow PKCS#1 version 1.5 padding for key...
authorPauli <ppzgs1@gmail.com>
Wed, 31 Jul 2024 03:14:04 +0000 (13:14 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Aug 2024 17:35:51 +0000 (19:35 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25070)

doc/man1/openssl-fipsinstall.pod.in

index ba9229c894f2c898be0276b44df5c7f7a9be0fb2..e8c79f19d08681b4aa5a2ddcb4d858c463b48a79 100644 (file)
@@ -35,6 +35,7 @@ B<openssl fipsinstall>
 [B<-no_pbkdf2_lower_bound_check>]
 [B<-no_short_mac>]
 [B<-tdes_encrypt_disabled>]
+[B<-rsa_pkcs15_padding_disabled>]
 [B<-rsa_sign_x931_disabled>]
 [B<-hkdf_key_check>]
 [B<-tls13_kdf_key_check>]
@@ -266,10 +267,16 @@ Configure the module to not allow Triple-DES encryption.
 Triple-DES decryption is still allowed for legacy purposes.
 See SP800-131Ar2 for details.
 
+=item B<-rsa_pkcs15_padding_disabled>
+
+Configure the module to not allow PKCS#1 version 1.5 padding to be used with
+RSA for key transport and key agreement.  See NIST's SP 800-131A Revision 2
+for details.
+
 =item B<-rsa_sign_x931_disabled>
 
-Configure the module to not allow X9.31 padding be used when signing with RSA.
-See FIPS 140-3 IG C.K for details.
+Configure the module to not allow X9.31 padding to be used when signing with
+RSA.  See FIPS 140-3 IG C.K for details.
 
 =item B<-hkdf_key_check>