1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge remote-tracking branch 'upstream-public/pr/1942' into development

Resolve conflicts in ChangeLog
This commit is contained in:
Jaeden Amero
2018-08-17 14:26:51 +01:00
2 changed files with 8 additions and 3 deletions

View File

@ -11,6 +11,8 @@ Bugfix
This improves compliance to RFC 4492, and as a result, solves
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
* Replace printf with mbedtls_printf in aria. Found by TrinityTonic in #1908.
* Fix potential use-after-free in mbedtls_ssl_get_max_frag_len()
and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
Changes
* Copy headers preserving timestamps when doing a "make install".