From 949cde682e59372bea93435e01af8518d9bc2ff4 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 5 Oct 2020 16:24:15 +0200 Subject: [PATCH] Add changelog entries for #3741 and #3742 Signed-off-by: Steven Cooreman --- ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt | 4 ++++ .../support-key-agreement-and-derivation-output-as-key.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 ChangeLog.d/support-ecdh-kdf-with-ecdh-key.txt create mode 100644 ChangeLog.d/support-key-agreement-and-derivation-output-as-key.txt 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.