mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 12:11:11 +00:00
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
0ee0d52967
commit
949cde682e
4
ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt
Normal file
4
ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt
Normal 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.
|
|
@ -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.
|
Loading…
Reference in a new issue