mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Add CHANGES and release note for [GL #4586] for BIND 9.18
This commit is contained in:
parent
82ca80c2e9
commit
297472bfcc
2 changed files with 6 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
6374. [bug] Skip to next RRSIG if signature has expired or is in
|
||||
the future rather than failing immediately. [GL #4586]
|
||||
|
||||
6372. [func] Implement signature jitter for dnssec-policy. [GL #4554]
|
||||
|
||||
--- 9.18.26 released ---
|
||||
|
|
|
|||
|
|
@ -33,7 +33,9 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- DNSSEC signatures that are not valid because the current time falls outside
|
||||
the signature inception and expiration dates no longer count are skipped
|
||||
instead of causing instant validation failure. :gl:`#4586`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue