add changelog

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-02-12 11:28:06 +01:00
parent 3a4f2040b3
commit d8840ec6e5

4
ChangeLog.d/8799.txt Normal file
View file

@ -0,0 +1,4 @@
Bugfix
* mbedtls_pem_read_buffer() now performs a check on the padding data of
decrypted keys and it rejects invalid ones. It also parses and validates
the main ASN.1 SEQUENCE header.