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.
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.