mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-11 18:40:53 +00:00
6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
Bugfix
|
|
* The PSA API no longer allows the creation or destruction of keys with a
|
|
read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
|
|
can now only be used as intended, for keys that cannot be modified through
|
|
normal use of the API.
|