From 0c89035d4d45140979d8fd63794c6b7d3be88a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 13 May 2015 10:28:41 +0200 Subject: [PATCH] Update Changelog for recent timer changes --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10b68202b..9df31f986 100644 --- a/ChangeLog +++ b/ChangeLog @@ -123,6 +123,10 @@ API changes from the 1.4 preview branch mbedtls_ssl_conf_transport() mbedtls_ssl_conf_max_version() mbedtls_ssl_conf_min_version() + * DTLS no longer hard-depends on TIMING_C, but uses a callback interface + instead, see mbedtls_ssl_set_timer_cb(), with the Timing module providing + an example implementation, see mbedtls_timing_delay_context and + mbedtls_timing_set/get_delay(). Changes * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now