Add check for signature expiration in semantic checks
Merge request reports
Activity
Please register or sign in to reply
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Unable to load the diff | ||
|
460 | 468 | info_str); |
461 | 469 | } |
462 | 470 | |
463 | if (knot_rrset_ttl(rrset) != knot_rrset_ttl(rrset)) { | |
471 | if (knot_rrset_ttl(rrset) != knot_rrset_ttl(rrsigs)) { | |
|
Just one detail concerning more info about signature expiration error. Looks good otherwise.
The additional information string was added to log messages. It was missing at more places.