=item "pkcs1" (B<OSSL_PKEY_RSA_PAD_MODE_PKCSV15>)
+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<OSSL_PKEY_RSA_PAD_MODE_X931>)
=back
=item 1 (B<RSA_PKCS1_PADDING>)
+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<RSA_NO_PADDING>)
=item 4 (B<RSA_PKCS1_OAEP_PADDING>)
See L<provider-asym_cipher(7)/Asymmetric Cipher Parameters> for more information.
+=item "pkcs15-padding-disabled" (B<OSSL_ASYM_CIPHER_PARAM_PKCS15_PADDING_DISABLED>) <integer>
+
+If nonzero, PKCS#1 version 1.5 padding is disabled.
+This option is used by the OpenSSL FIPS provider.
+
=back
=head1 SEE ALSO