From 261b5d96ad8adaa08bbc2461e89bc59713fbfefe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 22 Feb 2000 11:16:41 +0000 Subject: [PATCH] Correction to RSA_padding_check_xxx() docs (this time for real). --- doc/crypto/RSA_padding_add_PKCS1_type_1.pod | 3 ++- 1 file changed, 2 insertions(+), 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 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 bytes at B contain a valid encoding for a B byte RSA key in the respective -encoding method and stores the recovered data of size B +encoding method and stores the recovered data of at most B bytes +(for B: of size B) at B. For RSA_padding_xxx_OAEP(), B

points to the encoding parameter -- 2.25.1