=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) =item "x931" (B) =back =item "pad-mode" (B) The default provider understands these RSA padding modes in integer form: =over 4 =item 1 (B) =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 =head1 SEE ALSO L, L, L, L, L L =head1 COPYRIGHT Copyright 2022 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