mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-07 01:00:44 +01:00
Certs will be used only by tests and programs. Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.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.
|