mbedtls/ChangeLog.d
Gilles Peskine ee4d4eb625 Remove a useless zeroization
Remove the zeroization of a pointer variable in the AES block
functions. The code 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.

Note that we do not zeroize the buffer here because these are the
round keys, and they need to stay until all the blocks are processed.
They will be zeroized in mbedtls_aes_free().

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-08-25 19:28:13 +02:00
..
00README.md Add guidance on writing and maintaining changelog entries 2020-03-27 20:14:19 +01:00
aes-zeroize-pointer.txt Remove a useless zeroization 2020-08-25 19:28:13 +02:00
bugfix_PR3452.txt Use local labels in padlock.c 2020-07-04 01:43:41 +08:00
build_with_only_montgomery_curves.txt Add ChangeLog entry for single-curve build fixes 2020-07-22 03:17:24 +02:00
cmake-install.txt Library files aren't supposed to be executable 2020-07-02 13:19:17 +02:00
copyright.txt Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
do_not_persist_volatile_external_keys.txt Added missing newline in changelog entry 2020-06-17 13:54:18 +02:00
e2k-support.txt Fix e2k support changelog snippet 2020-08-19 01:33:15 +03:00
format-signedness.txt Only pass -Wformat-signedness to versions of GCC that support it. 2020-07-03 16:51:14 +08:00
md_setup-leak.txt Fix memory leak in mbedtls_md_setup with HMAC 2020-08-19 12:04:56 +02:00
netbsd-rand-arc4random_buf.txt Log change as bugfix 2020-08-13 06:24:42 +02:00
psa_curve25519_key_support.txt Rewrite changelog for #3425 as requested 2020-07-06 10:52:38 +02:00
psa_curve25519_public_key_import.txt Allow importing Montgomery public keys in PSA Crypto 2020-07-30 15:35:14 +02:00
psa_ecc_dh_macros.txt Add Changelog entry for PSA DH/ECC Macros rename 2020-07-02 17:00:06 +01:00
pw_protected_key_file_ssl_clisrv2.txt Add ChangeLog entry 2020-08-14 10:02:36 +01:00
stdout-macro.txt Fix bug in redirection of unit test outputs 2020-08-21 08:32:26 +02:00
undef_assert_before_defining_it.txt Fix location of a ChangeLog entry file 2020-08-20 10:35:26 +02:00
x509-verify-non-dns-san.txt Add ChangeLog entry for X.509 CN-type vulnerability 2020-08-11 10:24:21 +02:00
x509write_csr_heap_alloc.txt Revise comments for x509write_csr_der_internal 2020-07-08 18:32:47 +00:00