Add ChangeLog entry for string_to_names() fix

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-06-27 15:38:02 +01:00
parent b50ae1fef1
commit 582b7cf0d4

View file

@ -0,0 +1,3 @@
Bugfix
* Fix a bug in which mbedtls_x509_string_to_names() would return success
when given a invalid name string if it did not contain '=' or ','.