mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 20:01:12 +00:00
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:
parent
223f88dd2e
commit
ea27c997c0
|
@ -47,6 +47,7 @@ Bugfix
|
||||||
Changes
|
Changes
|
||||||
* Avoid shadowing of time and index functions through mbed TLS function
|
* Avoid shadowing of time and index functions through mbed TLS function
|
||||||
arguments. Found by inestlerode. Fixes #557.
|
arguments. Found by inestlerode. Fixes #557.
|
||||||
|
* Improve documentation of PKCS1 decryption functions.
|
||||||
|
|
||||||
= mbed TLS 2.1.8 branch released 2017-06-21
|
= mbed TLS 2.1.8 branch released 2017-06-21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue