]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prepare kasp for algorithm rollover test
authorMatthijs Mekking <matthijs@isc.org>
Thu, 13 Feb 2020 10:35:38 +0000 (11:35 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 6 Mar 2020 14:53:57 +0000 (15:53 +0100)
commit00ced2d2e793d880daa5571c4320718db30dd8c6
treeb3e80903d8e3f44ff7dd3fb3e65431cc5c39e8c4
parent526907dc13ca2fa9b87b62f359417d1881ba8982
Prepare kasp for algorithm rollover test

Algorithm rollover will require four keys so introduce KEY4.
Also it requires to look at key files for multiple algorithms so
change getting key ids to be algorithm rollover agnostic (adjusting
count checks).  The algorithm will be verified in check_key so
relaxing 'get_keyids' is fine.

Replace '${_alg_num}' with '$(key_get KEY[1-4] ALG_NUM)' in checks
to deal with multiple algorithms.
bin/tests/system/kasp/tests.sh