mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-20 14:34:49 +00:00
Proposed specification for conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS. The inclusion of a mechanism is based on a declaration of boolean symbols by the application. There is a symbol for each key type or parametrized key type constructor, and for each algorithm or parametrized algorithm constructor. This is work in progress, presented for a first design discussion. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| psa-conditional-inclusion-c.md | ||
| psa-driver-developer-guide.md | ||
| psa-driver-integration-guide.md | ||
| psa-driver-interface.md | ||
| README | ||
The documents in this directory are proposed specifications for Mbed TLS features. They are not implemented yet, or only partially implemented. Please follow activity on the `development` branch of Mbed TLS if you are interested in these features.