From b51561b01741ba4de830040bd2cdb0d67f35ce11 Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Mon, 25 Apr 2022 08:52:26 +0200 Subject: [PATCH] Add change log entry for mixed-psk Signed-off-by: Przemek Stekiel --- ChangeLog.d/psk_to_ms_mixed_psk.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/psk_to_ms_mixed_psk.txt diff --git a/ChangeLog.d/psk_to_ms_mixed_psk.txt b/ChangeLog.d/psk_to_ms_mixed_psk.txt new file mode 100644 index 000000000..b1896614b --- /dev/null +++ b/ChangeLog.d/psk_to_ms_mixed_psk.txt @@ -0,0 +1,4 @@ +Features + * Extend the existing PSA_ALG_TLS12_PSK_TO_MS() algorithm to support + mixed-psk. Add an optional input PSA_KEY_DERIVATION_INPUT_OTHER_SECRET + holding the other secret.