blob: 6bba4cbcc5986a98fe12d6757ced809a6a97a568 [file] [log] [blame]
David Horstmann1923c912023-08-18 19:01:10 +01001Bugfix
2 * Fix an issue when parsing an otherName subject alternative name into a
3 mbedtls_x509_san_other_name struct. The type-id of the otherName was not
4 copied to the struct. This meant that the struct had incomplete
5 information about the otherName SAN and contained uninitialized memory.
6 * Fix the detection of HardwareModuleName otherName SANs. These were being
7 detected by comparing the wrong field and the check was erroneously
8 inverted.