802. [bug] DNSSEC key tags were computed incorrectly in almost

all cases. [RT #1146]
This commit is contained in:
Brian Wellington
2001-04-04 02:02:58 +00:00
parent 2901eed986
commit daad43e5a4
19 changed files with 152 additions and 137 deletions

View File

@@ -4,13 +4,13 @@
# format:
# datafile, sigpath, keyname, keyid, alg, exp_result
#
t2_data_1 t2_dsasig test. 6204 DST_ALG_DSA ISC_R_SUCCESS
t2_data_1 t2_dsasig test. 23616 DST_ALG_DSA ISC_R_SUCCESS
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSAMD5 ISC_R_SUCCESS
# wrong sig
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSAMD5 !ISC_R_SUCCESS
# wrong key
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !ISC_R_SUCCESS
# wrong alg
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSAMD5 !ISC_R_SUCCESS
#t2_data_1 t2_dsasig test. 23616 DST_ALG_RSAMD5 !ISC_R_SUCCESS
# wrong data
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !ISC_R_SUCCESS
t2_data_2 t2_dsasig test. 23616 DST_ALG_DSA !ISC_R_SUCCESS