From: Tomas Mraz Date: Thu, 15 Jul 2021 07:30:23 +0000 (+0200) Subject: RSA_public_decrypt is equivalent to a verify recover operation X-Git-Tag: openssl-3.0.0-beta2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0ad156d22587514b60920143917cdb149734212;p=thirdparty%2Fopenssl.git RSA_public_decrypt is equivalent to a verify recover operation Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16068) --- diff --git a/doc/man3/RSA_private_encrypt.pod b/doc/man3/RSA_private_encrypt.pod index 4b97d874c3a..1c89b58b5fb 100644 --- a/doc/man3/RSA_private_encrypt.pod +++ b/doc/man3/RSA_private_encrypt.pod @@ -22,8 +22,8 @@ L: Both of the functions described on this page are deprecated. Applications should instead use L, -L, L and -L. +L, L, and +L. These functions handle RSA signatures at a low-level. @@ -69,7 +69,8 @@ obtained by L. =head1 SEE ALSO L, -L, L +L, L, +L, L =head1 HISTORY diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index 9a9d940af4b..aac158795cb 100644 --- a/doc/man7/migration_guide.pod +++ b/doc/man7/migration_guide.pod @@ -2025,8 +2025,8 @@ See L RSA_private_encrypt(), RSA_public_decrypt() -This is equivalent to doing sign and verify operations (with a padding mode -of none). See L. +This is equivalent to doing sign and verify recover operations (with a padding +mode of none). See L. =item -