From fc6d523f0ad3e58ea2c4c196459025fe4c3eebf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 22 Feb 2000 11:11:41 +0000 Subject: [PATCH] Correction for RSA_padding_check_xxx() documentation. --- doc/crypto/RSA_padding_add_PKCS1_type_1.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1