mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-05 11:46:12 -04: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>