Files
mbedtls/ChangeLog.d
Gilles Peskine bc0ff75455 Fix NULL+0 undefined behavior in ECB encryption and decryption
psa_cipher_encrypt() and psa_cipher_decrypt() sometimes add a zero offset to
a null pointer when the cipher does not use an IV. This is undefined
behavior, although it works as naively expected on most platforms. This
can cause a crash under modern Asan (depending on compiler optimizations).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-11-16 14:41:33 +01:00
..
2022-11-01 16:28:03 +00:00
2022-10-13 14:28:20 +01:00
2022-11-15 23:00:21 +01:00
2022-05-30 17:55:13 +01:00
2022-09-27 19:10:39 +02:00
2022-10-26 15:18:37 +02:00