From: Ulf Möller Date: Tue, 22 Feb 2000 11:11:41 +0000 (+0000) Subject: Correction for RSA_padding_check_xxx() documentation. X-Git-Tag: OpenSSL_0_9_5beta1~25 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=fc6d523f0ad3e58ea2c4c196459025fe4c3eebf7;ds=sidebyside Correction for RSA_padding_check_xxx() documentation. --- diff --git a/doc/crypto/RSA_padding_add_PKCS1_type_1.pod b/doc/crypto/RSA_padding_add_PKCS1_type_1.pod index 1519b2e1a6..236bc81e89 100644 --- a/doc/crypto/RSA_padding_add_PKCS1_type_1.pod +++ b/doc/crypto/RSA_padding_add_PKCS1_type_1.pod @@ -90,7 +90,7 @@ RSA_padding_add_xxx(). RSA_padding_check_xxx() verifies that the B bytes at B contain a valid encoding for a B byte RSA key in the respective -encoding method and stores the recovered data of at most B bytes +encoding method and stores the recovered data of size B at B. For RSA_padding_xxx_OAEP(), B

points to the encoding parameter