From 0a7ff791a6099aa41f25b64853121ff48757923f Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 3 Apr 2023 09:18:41 +0200 Subject: [PATCH] add Changelog Signed-off-by: Valerio Setti --- ...-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt diff --git a/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt b/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt new file mode 100644 index 0000000000..9566a036b1 --- /dev/null +++ b/ChangeLog.d/some-max-size-macro-are-too-small-when-psa-ecc-is-accelerated.txt @@ -0,0 +1,5 @@ +Bugfix + * Fix proper sizing for PSA_EXPORT_[KEY_PAIR/PUBLIC_KEY]_MAX_SIZE and + PSA_SIGNATURE_MAX_SIZE buffers when at least one accelerated EC is bigger + than all built-in ones and RSA is disabled. + Resolves #6622. \ No newline at end of file