summaryrefslogtreecommitdiffstats
path: root/doc/man7/migration_guide.pod
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-07-15 09:30:23 +0200
committerTomas Mraz <tomas@openssl.org>2021-07-16 11:29:34 +0200
commite0ad156d22587514b60920143917cdb149734212 (patch)
tree4722674f659681f63634f16d44b3a61772c1362b /doc/man7/migration_guide.pod
parent02d63fe999d36a7d37d992bc77b05b89f9a929cc (diff)
RSA_public_decrypt is equivalent to a verify recover operation
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16068)
Diffstat (limited to 'doc/man7/migration_guide.pod')
-rw-r--r--doc/man7/migration_guide.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod
index 9a9d940af4..aac158795c 100644
--- a/doc/man7/migration_guide.pod
+++ b/doc/man7/migration_guide.pod
@@ -2025,8 +2025,8 @@ See L</Deprecated low-level encryption functions>
RSA_private_encrypt(), RSA_public_decrypt()
-This is equivalent to doing sign and verify operations (with a padding mode
-of none). See L</Deprecated low-level signing functions>.
+This is equivalent to doing sign and verify recover operations (with a padding
+mode of none). See L</Deprecated low-level signing functions>.
=item -