mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
Bugfix
|
|
* The key usage flags PSA_KEY_USAGE_SIGN_MESSAGE now allows the MAC
|
|
operations psa_mac_compute() and psa_mac_sign_setup().
|
|
* The key usage flags PSA_KEY_USAGE_VERIFY_MESSAGE now allows the MAC
|
|
operations psa_mac_verify() and psa_mac_verify_setup().
|