Add changelog entries for #3741 and #3742

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
Steven Cooreman 2020-10-05 16:24:15 +02:00
parent 0ee0d52967
commit 949cde682e
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Features
* In PSA, allow using a key declared with a base key agreement algorithm
in combined key agreement and derivation operations, as long as the key
agreement algorithm in use matches the algorithm the key was declared with.

View file

@ -0,0 +1,4 @@
Bugfix
* Fix psa_key_derivation_output_key() to allow the output of a combined key
agreement and subsequent key derivation operation to be used as a key
inside of the PSA Crypto core.