Add changelog entry

PR7083 silently fixed a security vulnerability in public, this commit
adds a changelog entry for it.

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2023-03-15 13:31:48 +00:00
parent e4622a3436
commit 0086f8626a

View file

@ -0,0 +1,3 @@
Security
* Fix a potential heap buffer overread in TLS 1.3 client-side when
MBEDTLS_DEBUG_C is enabled. This may result in an application crash.