Fixup incorrectly-formatted ChangeLog entry

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-08-21 17:34:45 +01:00
parent 1923c91e15
commit 43f7602fcc

View File

@ -1,8 +1,8 @@
Bugfix Bugfix
* Fix an issue when parsing an otherName subject alternative name into a * Fix an issue when parsing an otherName subject alternative name into a
mbedtls_x509_san_other_name struct. The type-id of the otherName was not mbedtls_x509_san_other_name struct. The type-id of the otherName was not
copied to the struct. This meant that the struct had incomplete copied to the struct. This meant that the struct had incomplete
information about the otherName SAN and contained uninitialized memory. information about the otherName SAN and contained uninitialized memory.
* Fix the detection of HardwareModuleName otherName SANs. These were being * Fix the detection of HardwareModuleName otherName SANs. These were being
detected by comparing the wrong field and the check was erroneously detected by comparing the wrong field and the check was erroneously
inverted. inverted.