Removed duplicate entry in ChangeLog

This commit is contained in:
Simon Butcher 2017-03-03 16:08:27 +00:00
parent 2b2fc115df
commit d2d6316afc

View File

@ -31,9 +31,6 @@ Bugfix
* Fix unused variable/function compilation warnings in pem.c and x509_csr.c * 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 that are reported when building mbed TLS with a config.h that does not
define POLARSSL_PEM_PARSE_C. Found by omnium21. #562 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 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could
cause buffer bound checks to be bypassed. Found by Eyal Itkin. cause buffer bound checks to be bypassed. Found by Eyal Itkin.
* Fixed potential arithmetic overflows in mbedtls_cipher_update() that could * Fixed potential arithmetic overflows in mbedtls_cipher_update() that could