David Horstmann | 1923c91 | 2023-08-18 19:01:10 +0100 | [diff] [blame^] | 1 | Bugfix |
| 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. |