dc0e8b92f8
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
5 lines
268 B
Text
5 lines
268 B
Text
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.
|