From 5ed06e4003122143286d8b951455a22c8a273aab Mon Sep 17 00:00:00 2001 From: William King Date: Sun, 17 Oct 1999 21:16:34 +0000 Subject: [PATCH] test data for test 2, signature stability --- bin/tests/dst/dst_2_data | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/tests/dst/dst_2_data diff --git a/bin/tests/dst/dst_2_data b/bin/tests/dst/dst_2_data new file mode 100644 index 0000000000..a52c88f0ac --- /dev/null +++ b/bin/tests/dst/dst_2_data @@ -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