Add a ChangeLog entry

Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
Hanno Becker
2023-02-07 05:10:29 -05:00
committed by Andrzej Kurek
parent db305ff42e
commit dc0e8b92f8
+5
View File
@@ -0,0 +1,5 @@
Bugfix
* Fix parsing of X.509 SubjectAlternativeName extension. Previously,
malformed alternative name components were not caught during initial
certificate parsing, but only on subsequent calls to
mbedtls_x509_parse_subject_alt_name(). Fixes #2838.