mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-21 10:57:39 +00:00
Add detail to ChangeLog for SLOTH fix
This commit is contained in:
parent
ae23a21d4f
commit
c709dfab97
|
@ -5,6 +5,7 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
Security
|
Security
|
||||||
* Removed MD5 from the allowed hash algorithms for CertificateRequest and
|
* Removed MD5 from the allowed hash algorithms for CertificateRequest and
|
||||||
CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2.
|
CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2.
|
||||||
|
Introduced by interoperability fix for #513.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could
|
* Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could
|
||||||
|
|
Loading…
Reference in a new issue