blob: 069a7678b7e374d960a25a83d681ecce0035056c [file] [log] [blame]
Ronald Cron602f9862021-04-01 09:15:19 +02001Bugfix
2 * PSA functions creating a key now return PSA_ERROR_INVALID_ARGUMENT rather
3 than PSA_ERROR_INVALID_HANDLE when the identifier specified for the key
4 to create is not valid, bringing them in line with version 1.0.0 of the
5 specification. Fix #4271.