mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 20:55:36 +01:00
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
|
Changes
|
||
|
* Remove the zeroization of a pointer variable in AES rounds. It was valid
|
||
|
but spurious and misleading since it looked like a mistaken attempt to
|
||
|
zeroize the pointed-to buffer. Reported by Antonio de la Piedra, CEA
|
||
|
Leti, France.
|