blob: 7845f181a0faf8e7bae33e7c03ef35ce54c84d8d [file] [log] [blame]
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.