mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:55:40 +01:00
602f986511
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
Bugfix
|
|
* PSA functions creating a key now return PSA_ERROR_INVALID_ARGUMENT rather
|
|
than PSA_ERROR_INVALID_HANDLE when the identifier specified for the key
|
|
to create is not valid, bringing them in line with version 1.0.0 of the
|
|
specification. Fix #4271.
|