Merge remote-tracking branch 'public/pr/1915' into iotssl-165-dtls-hs-fragmentation-new

* public/pr/1915:
  Adapt ChangeLog
  Fix mbedtls_ssl_get_record_expansion() for ChaChaPoly and CBC
This commit is contained in:
Manuel Pégourié-Gonnard 2018-08-16 10:01:21 +02:00
commit 637e234d9f
2 changed files with 26 additions and 2 deletions

View file

@ -15,6 +15,9 @@ Bugfix
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
* Fix potential use-after-free in mbedtls_ssl_get_max_frag_len()
and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
* Fix a miscalculation of the maximum record expansion in
mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites,
or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914.
Changes
* Copy headers preserving timestamps when doing a "make install".