Hanno Becker | 3818fd9 | 2019-09-13 12:28:57 +0100 | [diff] [blame] | 1 | Bugfix |
2 | * Fix parsing of X.509 SubjectAlternativeName extension. Previously, | ||||
3 | malformed alternative name components were not caught during initial | ||||
4 | certificate parsing, but only on subsequent calls to | ||||
5 | mbedtls_x509_parse_subject_alt_name(). Fixes #2838. |