mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-28 23:14:56 +03:00
Add ChangeLog entry
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
8
ChangeLog.d/rsa-fix-priviliged-side-channel.txt
Normal file
8
ChangeLog.d/rsa-fix-priviliged-side-channel.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Security
|
||||||
|
* An adversary with access to precise enough information about memory
|
||||||
|
accesses (typically, an untrusted operating system attacking a secure
|
||||||
|
enclave) could recover an RSA private key after observing the victim
|
||||||
|
performing a single private-key operation if the window size used for the
|
||||||
|
exponentiation was 3 or smaller. Found and reported by Zili KOU,
|
||||||
|
Wenjian HE, Sharad Sinha, and Wei ZHANG.
|
||||||
|
|
||||||
Reference in New Issue
Block a user