mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:02:05 -04:00
test data for test 2, signature stability
This commit is contained in:
parent
d680c5e7d5
commit
5ed06e4003
1 changed files with 16 additions and 0 deletions
16
bin/tests/dst/dst_2_data
Normal file
16
bin/tests/dst/dst_2_data
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# data for signature verification test
|
||||
#
|
||||
# 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
|
||||
# wrong sig
|
||||
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !DNS_R_SUCCESS
|
||||
# wrong key
|
||||
#t2_data_1 t2_dsasig test. 54622 DST_ALG_DSA !DNS_R_SUCCESS
|
||||
# wrong alg
|
||||
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSA !DNS_R_SUCCESS
|
||||
# wrong data
|
||||
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !DNS_R_SUCCESS
|
||||
Loading…
Reference in a new issue