mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
6 lines
240 B
Text
6 lines
240 B
Text
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.
|