From 13188782a0d205e8576e48eb0835e196f8aa485c Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 11 May 2018 16:41:07 +0100 Subject: [PATCH] Fix up ChangeLog following rebase to mbedtls-2.1.12 --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 662ed8f19..23461be8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 2.1.13 branch released 2018-xx-xx + +Bugfix + * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to + configure the maximum length of a file path that can be buffered when + calling mbedtls_x509_crt_parse_path(). + = mbed TLS 2.1.12 branch released 2018-04-30 Security @@ -44,9 +51,6 @@ Bugfix buffer. * Fix invalid buffer sizes passed to zlib during record compression and decompression. - * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to - configure the maximum length of a file path that can be buffered when - calling mbedtls_x509_crt_parse_path(). Changes * Improve testing in configurations that omit certain hashes or