From 19bb9913c20d9ecb125805cccb3b77141355f1cb Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Mon, 13 Jun 2022 18:43:32 +0200 Subject: [PATCH] Update changelog entry for new PSA PAKE feature Signed-off-by: Neil Armstrong --- ChangeLog.d/psa_crypto_pake.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/psa_crypto_pake.txt b/ChangeLog.d/psa_crypto_pake.txt index 27e3b5c34..e0ae04638 100644 --- a/ChangeLog.d/psa_crypto_pake.txt +++ b/ChangeLog.d/psa_crypto_pake.txt @@ -1,2 +1,4 @@ Features - * Expose the EC J-PAKE functionality through the PSA PAKE Crypto API. + * Expose the EC J-PAKE functionality through the Draft PSA PAKE Crypto API. + Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm + are supported in this implementation.