mbedtls/docs/proposed
Ronald Cron cf56a0a320 psa: Move from key handle to key identifier
Move all the PSA crypto APIs using key handles
to use key identifiers but psa_key_open() and
psa_key_close(). This is done without modifying
any test as key handles and key identifiers are
now the same.

Update the library modules using PSA crypto APIs
to get rid of key handles.

Programs and unit tests are updated to not use
key handles in subsequent commits, not in this
one.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-11-10 16:00:41 +01:00
..
Makefile Pure C configuration of PSA crypto mechanisms 2020-08-31 14:45:51 +02:00
psa-conditional-inclusion-c.md Add a subsection with driver interface terminology 2020-09-07 10:28:38 +02:00
psa-driver-developer-guide.md psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01:00
psa-driver-integration-guide.md Start Mbed TLS guides to PSA drivers 2020-07-13 13:27:45 +02:00
psa-driver-interface.md psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01:00
README Add a directory for proposed specifications 2020-07-13 13:27:42 +02:00

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.