From: Pauli Date: Tue, 2 Mar 2021 12:42:10 +0000 (+1000) Subject: doc: document param argument to RSA calls X-Git-Tag: openssl-3.0.0-alpha14~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=408def8b30756469c1b657b9271832f7c1bdce12;p=thirdparty%2Fopenssl.git doc: document param argument to RSA calls Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14383) --- diff --git a/doc/man3/RSA_private_encrypt.pod b/doc/man3/RSA_private_encrypt.pod index eaa7715bfba..ca77320baad 100644 --- a/doc/man3/RSA_private_encrypt.pod +++ b/doc/man3/RSA_private_encrypt.pod @@ -21,8 +21,9 @@ L: =head1 DESCRIPTION Both of the functions described on this page are deprecated. -Applications should instead use L, -L, L and L. +Applications should instead use L, +L, L and +L. These functions handle RSA signatures at a low-level. diff --git a/doc/man3/RSA_public_encrypt.pod b/doc/man3/RSA_public_encrypt.pod index 566b245f3fa..1624c16002e 100644 --- a/doc/man3/RSA_public_encrypt.pod +++ b/doc/man3/RSA_public_encrypt.pod @@ -21,8 +21,9 @@ L: =head1 DESCRIPTION Both of the functions described on this page are deprecated. -Applications should instead use L, -L, L and L. +Applications should instead use L, +L, L and +L. RSA_public_encrypt() encrypts the B bytes at B (usually a session key) using the public key B and stores the ciphertext in