mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
21b8387929
Signed-off-by: David Horstmann <david.horstmann@arm.com>
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
Bugfix
|
|
* Fix bug in conversion from OID to string in
|
|
mbedtls_oid_get_numeric_string(). OIDs such as 2.40.0.25 are now printed
|
|
correctly.
|
|
* Reject OIDs with overlong-encoded subidentifiers when converting
|
|
OID-to-string.
|