summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_private_encrypt.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_private_encrypt.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_private_encrypt.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/RSA_private_encrypt.pod b/src/lib/libcrypto/doc/RSA_private_encrypt.pod
index 4c4d131172..aa2bc1bd76 100644
--- a/src/lib/libcrypto/doc/RSA_private_encrypt.pod
+++ b/src/lib/libcrypto/doc/RSA_private_encrypt.pod
@@ -29,10 +29,9 @@ B<padding> denotes one of the following modes:
29 29
30=item RSA_PKCS1_PADDING 30=item RSA_PKCS1_PADDING
31 31
32PKCS #1 v1.5 padding. This function does not handle the 32PKCS #1 v1.5 padding. This function does not handle the B<algorithmIdentifier>
33B<algorithmIdentifier> specified in PKCS #1. When generating or 33specified in PKCS #1. When generating or verifying PKCS #1 signatures,
34verifying PKCS #1 signatures, L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be 34L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be used.
35used.
36 35
37=item RSA_NO_PADDING 36=item RSA_NO_PADDING
38 37