summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-22 11:16:41 +0000
committerUlf Möller <ulf@openssl.org>2000-02-22 11:16:41 +0000
commit261b5d96ad8adaa08bbc2461e89bc59713fbfefe (patch)
treee9f676cc056cc6a5ba13ec4163fd9320ac883870 /doc/crypto
parentfc6d523f0ad3e58ea2c4c196459025fe4c3eebf7 (diff)
Correction to RSA_padding_check_xxx() docs (this time for real).
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/RSA_padding_add_PKCS1_type_1.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/RSA_padding_add_PKCS1_type_1.pod b/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
index 236bc81e89..24aca7eb1b 100644
--- a/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
+++ b/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
@@ -90,7 +90,8 @@ RSA_padding_add_xxx().
RSA_padding_check_xxx() verifies that the B<fl> bytes at B<f> contain
a valid encoding for a B<rsa_len> byte RSA key in the respective
-encoding method and stores the recovered data of size B<tlen>
+encoding method and stores the recovered data of at most B<tlen> bytes
+(for B<RSA_NO_PADDING>: of size B<tlen>)
at B<to>.
For RSA_padding_xxx_OAEP(), B<p> points to the encoding parameter