mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-09 15:40:19 +00:00
bd069163be
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
API changes
|
|
* Remove certs module from the API.
|
|
Transfer keys and certificates embedded in the library to the test
|
|
component. This contributes to minimizing library API and discourages
|
|
users from using unsafe keys in production.
|