mbedtls/docs
Janos Follath 0385c2815c Tighten thread safety requirements
We shouldn't violate the requirement that the key identifier can be
reused. In practice, a key manager may destroy a key that's in use by
another process, and the privileged world containing the key manager and
the crypto service should not be perturbed by an unprivileged process.

With respect to blocking, again, a key manager should not be blocked
indefinitely by an unprivileged application.

These are desirable properties even in the short term.

Signed-off-by: Janos Follath <janos.follath@arm.com>
2023-08-30 16:44:04 +01:00
..
architecture Tighten thread safety requirements 2023-08-30 16:44:04 +01:00
proposed Adjust presence of warning/link. 2023-08-08 09:37:11 +02:00
.gitignore Add _build/ and api/ to gitignore 2023-03-28 15:00:24 +01:00
3.0-migration-guide.md
conf.py Add initial API doc configuration 2023-03-16 18:01:58 +00:00
driver-only-builds.md Misc wording fixes and improvements 2023-07-18 10:40:56 +02:00
index.rst Add initial API doc configuration 2023-03-16 18:01:58 +00:00
Makefile Clean the breathe-apidoc files with make clean 2023-03-28 14:24:47 +01:00
psa-driver-example-and-guide.md Fix error in the guide to drivers 2023-08-07 11:32:51 +02:00
redirects.yaml Reword the API token explanation in redirects.yaml 2023-05-09 21:07:30 +02:00
requirements.in Add readthedocs-cli to requirements.in 2023-05-02 19:59:34 +02:00
requirements.txt Add readthedocs-cli to requirements.in 2023-05-02 19:59:34 +02:00
use-psa-crypto.md doc: update use-psa-crypto.md 2023-04-24 13:47:18 +02:00