David Horstmann | 21b8387 | 2023-02-15 13:07:49 +0000 | [diff] [blame] | 1 | Bugfix |
2 | * Fix bug in conversion from OID to string in | ||||
3 | mbedtls_oid_get_numeric_string(). OIDs such as 2.40.0.25 are now printed | ||||
4 | correctly. | ||||
5 | * Reject OIDs with overlong-encoded subidentifiers when converting | ||||
6 | OID-to-string. |