mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 23:18:59 +01:00
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:
commit
637e234d9f
2 changed files with 26 additions and 2 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue