Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug
Fix bugs in OID to string conversion
This commit is contained in:
commit
ffb92b0789
5 changed files with 101 additions and 10 deletions
6
ChangeLog.d/fix-oid-to-string-bugs.txt
Normal file
6
ChangeLog.d/fix-oid-to-string-bugs.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue