Fix upgrading docs for RSA_private_encrypt/RSA_public_decrypt
authorRobbie Harwood <rharwood@redhat.com>
Wed, 19 May 2021 19:15:19 +0000 (15:15 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 22 May 2021 10:18:14 +0000 (12:18 +0200)
commit84faea44e6ad9ff7f470b5958e7303f6c521bf2e
treed1fa845a84f05a75026756998917adf4e825c9d9
parent56c98a7d94d25df5999bd12c600788ec947e588c
Fix upgrading docs for RSA_private_encrypt/RSA_public_decrypt

Despite the name, these functions manipulate signatures, which means
that their replacements are the EVP_PKEY_sign/EVP_PKEY_verify family.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/15359)
doc/man3/RSA_private_encrypt.pod