From 16f0e18e41c16d64c3113b3934f7d0be2662346b Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Mon, 19 Aug 2024 12:10:22 +0100 Subject: [PATCH] Update ChangeLog Signed-off-by: Elena Uziunaite --- ChangeLog.d/fix_reporting_of_key_usage_issues.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix_reporting_of_key_usage_issues.txt diff --git a/ChangeLog.d/fix_reporting_of_key_usage_issues.txt b/ChangeLog.d/fix_reporting_of_key_usage_issues.txt new file mode 100644 index 000000000..12f1bb379 --- /dev/null +++ b/ChangeLog.d/fix_reporting_of_key_usage_issues.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix the failure to correctly update verification flags when + checking the (ext)KeyUsage extension. + Resolves #1260