mbedtls/ChangeLog.d
Paul Elliott fb91a48616 Fix memsan build with clang 11
Memsan build was reporting a false positive use of uninitialised memory
in x509_crt.c on a struct filled by an _stat function call. According to
the man pages, the element reported has to be filled in by the call, so
to be safe, and keep memsan happy, zero the struct first.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-03-05 14:24:03 +00:00
..
00README.md 2.24.0 is still covered by the old policy 2020-10-01 00:35:49 +02:00
drbg-mutex.txt Changelog entry for DRBG mutex usage fix 2021-02-22 19:24:03 +01:00
fix_memsan_build_clang11.txt Fix memsan build with clang 11 2021-03-05 14:24:03 +00:00
fix_psa_crypto_leak.txt Correct english in changelog. 2021-02-12 14:48:16 +00:00
getentropy.txt Changelog entry. 2021-02-15 13:13:13 +00:00
issue3819.txt Updated change description as suggested by @gilles-peskine-arm. 2021-01-05 11:28:30 -06:00
issue4093.txt adjusting Changelog entry for PR #4094 2021-02-02 12:38:26 +01:00
mbedtls_ecc_group_of_psa.txt ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED 2021-02-08 18:43:26 +01:00
mbedtls_psa_get_random.txt Clarify where mbedtls_psa_get_random might be useful 2021-02-16 15:46:06 +01:00
mpi_sub_abs.txt mbedtls_mpi_sub_abs: fix buffer overflow in error case 2021-02-01 17:28:03 +01:00
net_poll-fd_setsize.txt Fix stack buffer overflow in net functions with large file descriptor 2021-02-25 15:56:48 +01:00
no_ecp_fallback.txt Documentation update for MBEDTLS_ECP_NO_FALLBACK 2021-01-21 13:58:31 +01:00
programs-ssl-use-after-scope.txt Add Changelog entry 2020-12-16 15:02:50 +01:00
psa-crypto-api-rename-aead-tag-length-macros.txt Rename AEAD tag length macros 2021-02-11 11:39:31 +01:00
psa-crypto-client.txt Add change log entry 2021-02-09 15:36:14 +01:00
psa-crypto-hmac-drbg.txt PSA support for HMAC_DRBG: changelog entry 2020-11-23 17:42:54 +01:00
psa-crypto-rename-output-buffer-size-macros.txt Add changelog entry 2021-01-21 14:03:57 +01:00
psa_allow_tweaking_library_configuration.txt Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT 2021-02-15 14:26:44 +01:00
psa_close_key_memory_leak_fix.txt PSA Crypto: Don't skip key data removal when SE driver is not in use 2020-12-17 11:05:36 +01:00
rsa-mutex.txt Make entropy double-free work 2021-02-23 11:27:03 +01:00
rsa_private-ret.txt Fix an incorrect error code if RSA private operation glitched 2021-01-06 18:22:40 +01:00