mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 05:25:29 +00:00
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.
|