mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
e5b261f1e8
Signed-off-by: Harry Ramsey <harry.ramsey@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.
|