mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 01:05:40 +01:00
95370ba50d
Initially contributed: minimum-tag-length AEAD and MAC policies. Includes tests. Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
6 lines
291 B
Plaintext
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.
|