From 2a9a272bdb233b366705a2a83c89ac3ee9305333 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 27 Oct 2025 11:16:36 +0100 Subject: [PATCH] changelog: prevent loading peristent keys if the key ID is in the volatile range Signed-off-by: Valerio Setti --- ChangeLog.d/issue488.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/issue488.txt diff --git a/ChangeLog.d/issue488.txt b/ChangeLog.d/issue488.txt new file mode 100644 index 0000000000..77cbe2d5e3 --- /dev/null +++ b/ChangeLog.d/issue488.txt @@ -0,0 +1,3 @@ +Bugfix + * Prevent loading of peristent keys whose key ID belong to the volatile + range.