From 51b2868f3ce32070827d92f63381376680199004 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 14 Mar 2023 21:41:54 +0100 Subject: [PATCH] Add changelog entry for a bug in non-PAKE code fixed during PAKE work Signed-off-by: Gilles Peskine --- ...changelog-6567-psa_key_derivation_abort-no-other_secret.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/changelog-6567-psa_key_derivation_abort-no-other_secret.txt diff --git a/ChangeLog.d/changelog-6567-psa_key_derivation_abort-no-other_secret.txt b/ChangeLog.d/changelog-6567-psa_key_derivation_abort-no-other_secret.txt new file mode 100644 index 000000000..8fcc18b20 --- /dev/null +++ b/ChangeLog.d/changelog-6567-psa_key_derivation_abort-no-other_secret.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix a compilation error when PSA Crypto is built with support for + TLS12_PRF but not TLS12_PSK_TO_MS. Reported by joerchan in #7125.