mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:05:42 +01:00
f4e3fc9133
Fixes #3246 Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
8 lines
444 B
Plaintext
8 lines
444 B
Plaintext
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.
|