mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
5 lines
247 B
Text
5 lines
247 B
Text
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.
|