From d2d6316afc28e2285068ae59b6c10d13e59a00de Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 3 Mar 2017 16:08:27 +0000 Subject: [PATCH] Removed duplicate entry in ChangeLog --- ChangeLog | 3 --- 1 file changed, 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b9e4a6b4..215263d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,9 +31,6 @@ Bugfix * Fix unused variable/function compilation warnings in pem.c and x509_csr.c that are reported when building mbed TLS with a config.h that does not define POLARSSL_PEM_PARSE_C. Found by omnium21. #562 - * Fixed multiple buffer overreads in mbedtls_pem_read_buffer() when parsing - the input string in PEM format to extract the different components. Found - by Eyal Itkin. * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could cause buffer bound checks to be bypassed. Found by Eyal Itkin. * Fixed potential arithmetic overflows in mbedtls_cipher_update() that could