s/DNS_R_/ISC_R_/ as needed

This commit is contained in:
Michael Graff
2000-04-07 03:50:33 +00:00
parent 2fce9cfbf8
commit a4e2a43f79
23 changed files with 48 additions and 48 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 DNS_R_SUCCESS
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSA DNS_R_SUCCESS
t2_data_1 t2_dsasig test. 6204 DST_ALG_DSA ISC_R_SUCCESS
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSA ISC_R_SUCCESS
# wrong sig
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !DNS_R_SUCCESS
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !ISC_R_SUCCESS
# wrong key
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !DNS_R_SUCCESS
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !ISC_R_SUCCESS
# wrong alg
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSA !DNS_R_SUCCESS
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSA !ISC_R_SUCCESS
# wrong data
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !DNS_R_SUCCESS
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !ISC_R_SUCCESS