blob: dc8395d408a21c405b7748cbc9221d91611ba4fc [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
David Horstmann43f76022023-08-21 17:34:45 +01004 copied to the struct. This meant that the struct had incomplete
David Horstmann1923c912023-08-18 19:01:10 +01005 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
David Horstmann43f76022023-08-21 17:34:45 +01008 inverted.