mbedtls/docs/architecture
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
..
testing psa: Move from key handle to key identifier 2020-11-10 16:00:41 +01:00
Makefile New test strategy document: invasive testing 2020-03-24 22:56:15 +01:00
mbed-crypto-storage-specification.md Update changelog entry, format specification, and correct test vectors 2020-10-21 11:17:09 +02:00
tls13-experimental.md Update state of TLS 1.3 functionality in architecture document 2020-09-08 10:28:29 +01:00