From 2f84e979296ced48e5ff4c505b8e00230be2caea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 11 May 2015 09:52:24 +0200 Subject: [PATCH] Fix typos in the Changelog --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4011512a0..2fc2d0118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,12 +15,13 @@ API Changes provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt * Headers are now found in the 'mbedtls' directory (previously 'polarssl'). * The following _init() functions that could return errors have - been split into an _init() that returns void and another function: + been split into an _init() that returns void and another function that + should generally called shortly after init and can return errors: mbedtls_ssl_init() -> mbedtls_ssl_setup() mbedtls_ccm_init() -> mbedtls_ccm_setkey() mbedtls_gcm_init() -> mbedtls_gcm_setkey() - mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_init(_buf)() - mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_init(_buf)() + mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)() + mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_seed() * mbedtls_ssl_set_ca_chain() lost its last argument (peer_cn), now set using mbedtls_ssl_set_hostname(). * mbedtls_ssl_set_session_cached() changed prototype (only one context