mbedtls/ChangeLog.d/fix-ssl-cf-hmac-alt.txt

6 lines
306 B
Plaintext
Raw Normal View History

Bugfix
* Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites
(when the encrypt-then-MAC extension is not in use) with some ALT
implementations of the underlying hash (SHA-1, SHA-256, SHA-384), causing
the affected side to wrongly reject valid messages. Fixes #4118.