mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-10-20 13:04:23 +08:00

This commit restores all changelog entries between the mbedtls-3.6.0 tag and the mbedtls-4.0.0-beta tag. git diff ce4683e..09dc57d --name-status -- ChangeLog.d Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
5 lines
241 B
Plaintext
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.
|