From ea27c997c0a706eff3eec1f454eace3762e2b780 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 1 Aug 2017 22:59:01 +0100 Subject: [PATCH] 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 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 7dd376949..c5ca2fa27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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