From bc5a754f28381a2a6ccb07cb4f840a8cdf0e548b Mon Sep 17 00:00:00 2001 From: John Durkop Date: Tue, 18 Aug 2020 05:23:36 -0700 Subject: [PATCH] Add change log description for Fix #3294 Signed-off-by: John Durkop --- ChangeLog.d/bugfix_PR3294.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ChangeLog.d/bugfix_PR3294.txt diff --git a/ChangeLog.d/bugfix_PR3294.txt b/ChangeLog.d/bugfix_PR3294.txt new file mode 100644 index 000000000..9a5bbc445 --- /dev/null +++ b/ChangeLog.d/bugfix_PR3294.txt @@ -0,0 +1,8 @@ +Bugfix + * Add guards in pk_wrap.c to ensure if ECDSA is not defined, errors are + returned. Remove warnings in pk.c for unused variables. Add new test + (test_depends_pkalgs_psa) to all.sh to confirm when USE_PSA_CRYPTO + is defined that features are working properly. Fixes issue reported in + #3294 where undefined reference errors occur when using USE_PSA_CRYPTO + and removing ECDSA support. +