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

Adapt ChangeLog

This commit is contained in:
Hanno Becker
2018-08-13 16:36:58 +01:00
parent 7864090ec1
commit 361f254eab

View File

@ -10,6 +10,8 @@ Bugfix
* Add ecc extensions only if an ecc based ciphersuite is used.
This improves compliance to RFC 4492, and as a result, solves
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
* Fix potential segmentation fault 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".