From d69f14bed817b222d5607a36cf8da4c282fe726e Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 11 Sep 2015 20:00:20 +0100 Subject: [PATCH] Updated Changelog for new version --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4eb289101..17f0e80a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 2.1.1 released 2015-09-?? + +Changes + * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow + use of mbedtls_x509_crt_profile_next. (found by NWilson) + = mbed TLS 2.1.0 released 2015-09-04 Features @@ -50,8 +56,6 @@ Changes Hugo Leisink) (#210). * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment length. - * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow - use of mbedtls_x509_crt_profile_next. (found by NWilson) = mbed TLS 2.0.0 released 2015-07-13