Improve documentation of PKCS1 decryption functions

Document the preconditions on the input and output buffers for
the PKCS1 decryption functions
 - mbedtls_rsa_pkcs1_decrypt,
 - mbedtls_rsa_rsaes_pkcs1_v15_decrypt
 - mbedtls_rsa_rsaes_oaep_decrypt
This commit is contained in:
Simon Butcher 2017-08-01 22:59:01 +01:00
parent 223f88dd2e
commit ea27c997c0

View file

@ -47,6 +47,7 @@ Bugfix
Changes
* Avoid shadowing of time and index functions through mbed TLS function
arguments. Found by inestlerode. Fixes #557.
* Improve documentation of PKCS1 decryption functions.
= mbed TLS 2.1.8 branch released 2017-06-21