From 43ff242a8b0e2a6d7488e502eb70c55e31a057c4 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 18 Jan 2024 08:42:38 +0100 Subject: [PATCH] changelog: fix typo Signed-off-by: Valerio Setti --- ChangeLog.d/8461.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/8461.txt b/ChangeLog.d/8461.txt index 459e47bd27..d6a65f0702 100644 --- a/ChangeLog.d/8461.txt +++ b/ChangeLog.d/8461.txt @@ -1,4 +1,4 @@ Bugfix - * Fix unsupported PSA asymmetric encryption and dectryption + * Fix unsupported PSA asymmetric encryption and decryption (psa_asymmetric_[en|de]crypt) with opaque keys. Resolves #8461.