From: Richard Levitte Date: Thu, 1 Jun 2000 17:40:34 +0000 (+0000) Subject: Small documentation bug, probably a cut'n'paste, corrected. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~66^2~3 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b194041adf11d1d36ffadc4900cd922e89fda864 Small documentation bug, probably a cut'n'paste, corrected. --- diff --git a/doc/crypto/RSA_public_encrypt.pod b/doc/crypto/RSA_public_encrypt.pod index 910c4752b8..02edb7aa75 100644 --- a/doc/crypto/RSA_public_encrypt.pod +++ b/doc/crypto/RSA_public_encrypt.pod @@ -47,7 +47,7 @@ Encrypting user data directly with RSA is insecure. =back B must be less than RSA_size(B) - 11 for the PKCS #1 v1.5 -based padding modes, and less than RSA_size(B) - 21 for +based padding modes, and less than RSA_size(B) - 41 for RSA_PKCS1_OAEP_PADDING. The random number generator must be seeded prior to calling RSA_public_encrypt().