1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162

PSA Update return code for non-existing key in various key operations
This commit is contained in:
Ronald Cron
2021-04-01 13:27:31 +02:00
committed by GitHub
5 changed files with 34 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
Bugfix
* PSA functions other than psa_open_key now return PSA_ERROR_INVALID_HANDLE
rather than PSA_ERROR_DOES_NOT_EXIST for an invalid handle, bringing them
in line with version 1.0.0 of the specification. Fix #4162.