=pod =head1 NAME EVP_ASYM_CIPHER-RSA - RSA Asymmetric Cipher algorithm support =head1 DESCRIPTION Asymmetric Cipher support for the B key type. =head2 RSA Asymmetric Cipher parameters =over 4 =item "pad-mode" (B) The default provider understands these RSA padding modes in string form: =over 4 =item "none" (B) =item "oaep" (B) =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 =item "pad-mode" (B) The default provider understands these RSA padding modes in integer form: =over 4 =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) =item 5 (B) =back See L for further details. =item "digest" (B) =item "digest-props" (B) =item "mgf1-digest" (B) =item "mgf1-digest-props" (B) =item "oaep-label" (B) =item "tls-client-version" (B) See B on the page L. =item "tls-negotiated-version" (B) See B on the page L. See L for more information. =back The OpenSSL FIPS provider also supports the following parameters: =over 4 =item "fips-indicator" (B) =item "key-check" (B) See L for more information. =item "pkcs15-pad-disabled" (B) The default value of 1 causes an error during encryption if the RSA padding mode is set to "pkcs1". Setting this to zero will ignore the error and set the approved "fips-indicator" to 0. This option breaks FIPS compliance if it causes the approved "fips-indicator" to return 0. =back =head1 SEE ALSO L, L, L, L, L L =head1 COPYRIGHT Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L. =cut