[openssl] master update

beldmit at gmail.com beldmit at gmail.com
Sat May 22 10:19:29 UTC 2021


The branch master has been updated
       via  84faea44e6ad9ff7f470b5958e7303f6c521bf2e (commit)
      from  56c98a7d94d25df5999bd12c600788ec947e588c (commit)


- Log -----------------------------------------------------------------
commit 84faea44e6ad9ff7f470b5958e7303f6c521bf2e
Author: Robbie Harwood <rharwood at redhat.com>
Date:   Wed May 19 15:15:19 2021 -0400

    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 at redhat.com>
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/15359)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/RSA_private_encrypt.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man3/RSA_private_encrypt.pod b/doc/man3/RSA_private_encrypt.pod
index a74a39834c..4b97d874c3 100644
--- a/doc/man3/RSA_private_encrypt.pod
+++ b/doc/man3/RSA_private_encrypt.pod
@@ -21,9 +21,9 @@ L<openssl_user_macros(7)>:
 =head1 DESCRIPTION
 
 Both of the functions described on this page are deprecated.
-Applications should instead use L<EVP_PKEY_encrypt_init_ex(3)>,
-L<EVP_PKEY_encrypt(3)>, L<EVP_PKEY_decrypt_init_ex(3)> and
-L<EVP_PKEY_decrypt(3)>.
+Applications should instead use L<EVP_PKEY_sign_init_ex(3)>,
+L<EVP_PKEY_sign(3)>, L<EVP_PKEY_verify_init_ex(3)> and
+L<EVP_PKEY_verify(3)>.
 
 These functions handle RSA signatures at a low-level.
 


More information about the openssl-commits mailing list