From a11c1d141e9d0569f52381b2bdf20738721d58db Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Mon, 13 Mar 2023 16:06:34 +0100 Subject: [PATCH] Reword change log entry Signed-off-by: Przemek Stekiel --- ChangeLog.d/fix-jpake-user-peer.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/fix-jpake-user-peer.txt b/ChangeLog.d/fix-jpake-user-peer.txt index ae6d441ac..e027fc37b 100644 --- a/ChangeLog.d/fix-jpake-user-peer.txt +++ b/ChangeLog.d/fix-jpake-user-peer.txt @@ -1,4 +1,4 @@ Bugfix - * Allow setting user and peer identity for EC J-PAKE operation - instead role in PAKE PSA Crypto API as described in the specification. - This is partial fix that allows only "client"/"server" ids. + * Allow setting user and peer identifiers for EC J-PAKE operation + instead of role in PAKE PSA Crypto API as described in the specification. + This is a partial fix that allows only "client" and "server" identifiers.