Gilles Peskine | 6687cd0 | 2021-04-21 22:32:05 +0200 | [diff] [blame] | 1 | Bugfix |
2 | * The PSA API no longer allows the creation or destruction of keys with a | ||||
3 | read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY | ||||
4 | can now only be used as intended, for keys that cannot be modified through | ||||
5 | normal use of the API. |