bind9/doc
Matthijs Mekking 76cf72e65a Correctly initialize old key with state file
The 'key_init()' function is used to initialize a state file for keys
that don't have one yet. This can happen if you are migrating from a
'auto-dnssec' or 'inline-signing' to a 'dnssec-policy' configuration.

It did not look at the "Inactive" and "Delete" timing metadata and so
old keys left behind in the key directory would also be considered as
a possible active key. This commit fixes this and now explicitly sets
the key goal to OMNIPRESENT for keys that have their "Active/Publish"
timing metadata in the past, but their "Inactive/Delete" timing
metadata in the future. If the "Inactive/Delete" timing metadata is
also in the past, the key goal is set to HIDDEN.

If the "Inactive/Delete" timing metadata is in the past, also the
key states are adjusted to either UNRETENTIVE or HIDDEN, depending on
how far in the past the metadata is set.
2021-02-03 08:36:01 +01:00
..
arm implement xfrin via XoT 2021-01-29 12:07:38 +01:00
design Add kasp nsec3param configuration 2020-11-26 10:43:27 +01:00
dev update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnssec-guide Add the ISC DNSSEC Guide as a BIND 9 ARM appendix 2021-01-08 13:12:20 +01:00
doxygen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
man implement xfrin via XoT 2021-01-29 12:07:38 +01:00
misc implement xfrin via XoT 2021-01-29 12:07:38 +01:00
notes Correctly initialize old key with state file 2021-02-03 08:36:01 +01:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00