mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
7 lines
444 B
Text
7 lines
444 B
Text
Security
|
|
* Fix issue in Lucky 13 counter-measure that could make it ineffective when
|
|
hardware accelerators were used (using one of the MBEDTLS_SHAxxx_ALT
|
|
macros). This would cause the original Lucky 13 attack to be possible in
|
|
those configurations, allowing an active network attacker to recover
|
|
plaintext after repeated timing measurements under some conditions.
|
|
Reported and fix suggested by Luc Perneel in #3246.
|