mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
3201f56952
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
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.
|