mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-20 21:41:02 +00:00
Tweak RSA vulnerability changelog entry
* Correct the list of authors. * Add the CVE number. * Improve the impact description.
This commit is contained in:
parent
f1a8eeb0a6
commit
cc47d6c595
|
@ -5,9 +5,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
Security
|
Security
|
||||||
* Fix timing variations and memory access variations in RSA PKCS#1 v1.5
|
* Fix timing variations and memory access variations in RSA PKCS#1 v1.5
|
||||||
decryption that could lead to a Bleichenbacher-style padding oracle
|
decryption that could lead to a Bleichenbacher-style padding oracle
|
||||||
attack. In TLS, this affects RSA-based ciphersuites without DHE or
|
attack. In TLS, this affects servers that accept ciphersuites based on
|
||||||
ECDHE. Reported by Yuval Yarom, Eyal Ronen, Adi Shamir, David Wong and
|
RSA decryption (i.e. ciphersuites whose name contains RSA but not
|
||||||
Daniel Genkin.
|
(EC)DH(E)). Reported by Eyal Ronen, Robert Gillham, Daniel Genkin, Adi
|
||||||
|
Shamir, David Wong and Yuval Yarom. CVE-2018-19608
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix failure in hmac_drbg in the benchmark sample application, when
|
* Fix failure in hmac_drbg in the benchmark sample application, when
|
||||||
|
|
Loading…
Reference in a new issue