From 70b8a69b202f969e3fd09c2dfa970cd01bc755f7 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 13 Apr 2022 15:19:16 +0200 Subject: [PATCH] Add changelog entry for #3998 fix The fix was in https://github.com/ARMmbed/mbedtls/pull/4989. We forgot to add a changelog entry. Signed-off-by: Gilles Peskine --- ChangeLog.d/dtls-cid-null.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/dtls-cid-null.txt diff --git a/ChangeLog.d/dtls-cid-null.txt b/ChangeLog.d/dtls-cid-null.txt new file mode 100644 index 0000000000..b0206164f3 --- /dev/null +++ b/ChangeLog.d/dtls-cid-null.txt @@ -0,0 +1,5 @@ +Bugfix + * In configurations with MBEDTLS_SSL_DTLS_CONNECTION_ID enabled but not + MBEDTLS_DEBUG_C, DTLS handshakes using CID would crash due to a null + pointer dereference. Fix this. Fixes #3998. + The fix was released, but not announced, in Mbed TLS 3.1.0.