mbedtls/ChangeLog.d/psa-crypto-key-policies.txt
Steven Cooreman 95370ba50d Add support for key policies in addition to specific algorithms
Initially contributed: minimum-tag-length AEAD and MAC policies.
Includes tests.

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
2021-01-26 17:58:06 +01:00

6 lines
291 B
Plaintext

Features
* A key in PSA Crypto can now be defined with a policy instead of a specific
algorithm. Policies describe a collection of allowed specific algorithms.
Initial policies are PSA_ALG_AEAD_POLICY_WITH_MINIMUM_TAG_LENGTH and
PSA_ALG_MAC_POLICY_WITH_MINIMUM_TAG_LENGTH.