]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #1289: add num.valops in the unbound-control man page.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Sat, 12 Jul 2025 15:35:16 +0000 (17:35 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Sat, 12 Jul 2025 15:35:16 +0000 (17:35 +0200)
doc/Changelog
doc/unbound-control.rst

index 1fb20d3806941bcd094faaf454f808859d213f32..9f00c1423f1bf81ba6f47cd3ede0ab932ddae9c6 100644 (file)
@@ -3,6 +3,7 @@
          track the number of signature validation operations.
          Adds 'num.valops' to extended statistics.
        - For #1289: test num.valops in existing stat_values.tdir.
+       - For #1289: add num.valops in the unbound-control man page.
 
 11 July 2025: Wouter
        - Fix detection of SSL_CTX_set_tmp_ecdh function.
index 0a4df65b2545faa509f40a641d649c1c21883137..1f3cc4a8e61c6f484ff27c3a669d8c797ab1ea44 100644 (file)
@@ -1219,6 +1219,14 @@ Extended Statistics
     Increased for every RRset inspection that fails.
 
 
+@@UAHL@unbound-control.stats@num.valops@@
+    The number of validation operations performed by the validator.
+    Increased for every RRSIG verification operation regardless of the
+    validation result.
+    The RRSIG and key combination needs to first pass some sanity checks before
+    Unbound even performs the verification, e.g., length/protocol checks.
+
+
 @@UAHL@unbound-control.stats@unwanted.queries@@
     Number of queries that were refused or dropped because they failed the
     access control settings.