diff --git a/ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt b/ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt new file mode 100644 index 0000000000..842d5ffd3f --- /dev/null +++ b/ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt @@ -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. diff --git a/ChangeLog.d/support-key-agreement-and-derivation-output-as-key.txt b/ChangeLog.d/support-key-agreement-and-derivation-output-as-key.txt new file mode 100644 index 0000000000..3f61481ab2 --- /dev/null +++ b/ChangeLog.d/support-key-agreement-and-derivation-output-as-key.txt @@ -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.