From 588db099282272de55d10083ffe5b988c267ecc8 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 1 Dec 2025 16:04:41 +0100 Subject: [PATCH] - Fix header comment about EDE reference in validator/val_sigcrypt.h. --- doc/Changelog | 1 + validator/val_sigcrypt.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index eac6aa7f7..e5f712698 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 1 December 2025: Wouter - Fix to add EDNS CO flag to testbound and debug message log. + - Fix header comment about EDE reference in validator/val_sigcrypt.h. 28 November 2025: Yorgos - For #1375, there is no DNSTAP environment if it wasn't configured. diff --git a/validator/val_sigcrypt.h b/validator/val_sigcrypt.h index 1fac8bde0..c1e2658e4 100644 --- a/validator/val_sigcrypt.h +++ b/validator/val_sigcrypt.h @@ -311,7 +311,7 @@ enum sec_status dnskey_verify_rrset(struct module_env* env, struct val_env* ve, * pass false at start. pass old value only for same rrset and same * signature (but perhaps different key) for reuse. * @param reason: if bogus, a string returned, fixed or alloced in scratch. - * @param reason_bogus: EDE (8914) code paired with the reason of failure. + * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure. * @param section: section of packet where this rrset comes from. * @param qstate: qstate with region. * @return secure if this key signs this signature. unchecked on error or