mbedtls/ChangeLog.d/split-numeric-string-conversions-out-of-the-oid-module.txt
Harry Ramsey e5b261f1e8 Fix ChangeLog format error
Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
2024-09-18 21:23:17 +01:00

5 lines
241 B
Plaintext

Changes
* Functions regarding numeric string conversions for OIDs have been moved
from the OID module and now reside in X.509 module. This helps to reduce
the code size as these functions are not commonly used outside of X.509.