From 576a0a429c9f9f9677f3470686f2e72c01227f7d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 13 Sep 2018 22:27:12 +0200 Subject: [PATCH] Add ChangeLog entry for deprecation of mbedtls_xxx_drbg_update --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c96169d7..4da6a8204 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,13 @@ Security * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG modules. +API Changes + * The new functions mbedtls_ctr_drbg_update_ret() and + mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update() + and mbedtls_hmac_drbg_update() respectively, but the new functions + report errors whereas the old functions return void. We recommend that + applications use the new functions. + = mbed TLS 2.14.0 branch released 2018-11-19 Security