Files
bind9/lib/dns
Matthijs Mekking 168d362b54 Fix bug in keymgr_key_has_successor
The logic in `keymgr_key_has_successor(key, keyring)` is flawed, it
returns true if there is any key in the keyring that has a successor,
while what we really want here is to make sure that the given key
has a successor in the given keyring.

Rather than relying on `keymgr_key_exists_with_state`, walk the
list of keys in the keyring and check if the key is a successor of
the given predecessor key.

(cherry picked from commit 0d578097ef)
2020-06-02 14:54:08 +02:00
..
2020-05-13 10:26:39 +10:00
2020-04-16 07:56:38 +02:00
2020-05-19 13:57:37 +02:00
2020-06-02 14:54:08 +02:00
2020-03-12 00:38:37 -07:00
2020-02-16 18:07:27 +01:00
2020-05-01 14:30:04 +02:00
2020-03-12 00:38:37 -07:00
2020-02-21 07:05:31 +00:00
2020-04-03 10:04:24 +02:00