]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check for keyid conflicts between new keys
authorMatthijs Mekking <matthijs@isc.org>
Mon, 12 Apr 2021 14:22:00 +0000 (16:22 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 26 Apr 2021 08:42:46 +0000 (10:42 +0200)
commit668301f138ab40cef93a70ee177a97ca85eefef7
tree81e6b9d00dee24b544c3cb80ae99d0412a17dab8
parentc84399df648b1e305f9fbbf48da470a65df61fe7
Check for keyid conflicts between new keys

When the keymgr needs to create new keys, it is possible it needs to
create multiple keys. The keymgr checks for keyid conflicts with
already existing keys, but it should also check against that it just
created.
lib/dns/keymgr.c