DST_ALG_RSA -> DST_ALG_RSAMD5

This commit is contained in:
Brian Wellington
2000-09-02 01:17:20 +00:00
parent b266f8fc42
commit d3735e0e25
7 changed files with 35 additions and 32 deletions

View File

@@ -5,12 +5,12 @@
# datafile, sigpath, keyname, keyid, alg, exp_result
#
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
t2_data_1 t2_rsasig test. 54622 DST_ALG_RSAMD5 ISC_R_SUCCESS
# wrong sig
t2_data_1 t2_dsasig test. 54622 DST_ALG_RSA !ISC_R_SUCCESS
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_RSA !ISC_R_SUCCESS
#t2_data_1 t2_dsasig test. 6204 DST_ALG_RSAMD5 !ISC_R_SUCCESS
# wrong data
t2_data_2 t2_dsasig test. 6204 DST_ALG_DSA !ISC_R_SUCCESS