commit | d3cbc15951e713f5ca3d7eff916330c4eaa4b95a | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Mon Oct 24 11:23:36 2016 +0100 |
committer | Andres AG <andres.amayagarcia@arm.com> | Mon Nov 21 11:25:17 2016 +0000 |
tree | 726b520d575b075813c5413703ebf114df55ba32 | |
parent | c1d54bb7b2a80d0f153fd92a13e1b901778f17d3 [diff] [blame] |
Fix buffer overreads in mbedtls_pem_read_buffer()
diff --git a/ChangeLog b/ChangeLog index d4cf85b..ea7ce07 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,12 @@ mbed TLS ChangeLog (Sorted per branch, date) += mbed TLS 1.3.x branch released xxxx-xx-xx + +Bugfix + * 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. + = mbed TLS 1.3.18 branch 2016-10-17 Security