mbedtls/docs
Gilles Peskine d5b04a0c63 Add a usage parameter to mbedtls_pk_get_psa_attributes
Let the user specify whether to use the key as a sign/verify key, an
encrypt/decrypt key or a key agreement key. Also let the user indicate if
they just want the public part when the input is a key pair.

Based on a discussion in
https://github.com/Mbed-TLS/mbedtls/pull/8682#discussion_r1444936480

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-01-17 14:31:57 +01:00
..
architecture Add a usage parameter to mbedtls_pk_get_psa_attributes 2024-01-17 14:31:57 +01:00
proposed Fix broken link to psa-driver-example-and-guide in psa-driver-wrappers-codegen-migration-guide.md 2023-10-31 15:39:25 +00:00
.gitignore
3.0-migration-guide.md
conf.py
driver-only-builds.md Formatting fixes 2023-09-28 11:06:09 +02:00
index.rst
Makefile
psa-driver-example-and-guide.md Formatting fixes 2023-09-28 11:06:09 +02:00
redirects.yaml
requirements.in
requirements.txt
use-psa-crypto.md