mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Correction for RSA_padding_check_xxx() documentation.
This commit is contained in:
parent
72b60351f1
commit
fc6d523f0a
@ -90,7 +90,7 @@ 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 at most B<tlen> bytes
|
||||
encoding method and stores the recovered data of size B<tlen>
|
||||
at B<to>.
|
||||
|
||||
For RSA_padding_xxx_OAEP(), B<p> points to the encoding parameter
|
||||
|
Loading…
Reference in New Issue
Block a user