Fix duplicated Bugfix section in the changelog

This commit is contained in:
Gilles Peskine 2020-01-31 12:20:10 +01:00
parent 216c44d6eb
commit 4cc20f6f3d

View file

@ -2,11 +2,6 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.16.X branch released XXXX-XX-XX
Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed
by Jonathan Bennett <JBennett@incomsystems.biz> via #3008.
* Fix an unchecked call to mbedtls_md() in the x509write module.
Security
* Fix potential memory overread when performing an ECDSA signature
operation. The overread only happens with cryptographically low
@ -21,6 +16,9 @@ Security
ARMmbed/mbed-crypto#352
Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed
by Jonathan Bennett <JBennett@incomsystems.biz> via #3008.
* Fix an unchecked call to mbedtls_md() in the x509write module.
= mbed TLS 2.16.4 branch released 2020-01-15