diff options
author | djm <> | 2008-09-06 12:17:54 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:17:54 +0000 |
commit | 38ce604e3cc97706b876b0525ddff0121115456d (patch) | |
tree | 7ccc28afe1789ea3dbedf72365f955d5b8e105b5 /src/lib/libssl/test/tests.com | |
parent | 12867252827c8efaa8ddd1fa3b3d6e321e2bcdef (diff) | |
download | openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.gz openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.bz2 openbsd-38ce604e3cc97706b876b0525ddff0121115456d.zip |
resolve conflicts
Diffstat (limited to 'src/lib/libssl/test/tests.com')
-rw-r--r-- | src/lib/libssl/test/tests.com | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/lib/libssl/test/tests.com b/src/lib/libssl/test/tests.com index 07a3c7f16d..056082e7fe 100644 --- a/src/lib/libssl/test/tests.com +++ b/src/lib/libssl/test/tests.com | |||
@@ -22,14 +22,17 @@ $ tests := - | |||
22 | test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,- | 22 | test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,- |
23 | test_md2,test_mdc2,- | 23 | test_md2,test_mdc2,- |
24 | test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,- | 24 | test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,- |
25 | test_rand,test_bn,test_ec,test_enc,test_x509,test_rsa,test_crl,test_sid,- | 25 | test_rand,test_bn,test_ec,test_ecdsa,test_ecdh,- |
26 | test_enc,test_x509,test_rsa,test_crl,test_sid,- | ||
26 | test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,- | 27 | test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,- |
27 | test_ss,test_ca,test_engine,test_ssl,test_evp | 28 | test_ss,test_ca,test_engine,test_evp,test_ssl |
28 | $ endif | 29 | $ endif |
29 | $ tests = f$edit(tests,"COLLAPSE") | 30 | $ tests = f$edit(tests,"COLLAPSE") |
30 | $ | 31 | $ |
31 | $ BNTEST := bntest | 32 | $ BNTEST := bntest |
32 | $ ECTEST := ectest | 33 | $ ECTEST := ectest |
34 | $ ECDSATEST := ecdsatest | ||
35 | $ ECDHTEST := ecdhtest | ||
33 | $ EXPTEST := exptest | 36 | $ EXPTEST := exptest |
34 | $ IDEATEST := ideatest | 37 | $ IDEATEST := ideatest |
35 | $ SHATEST := shatest | 38 | $ SHATEST := shatest |
@@ -182,6 +185,14 @@ $ test_ec: | |||
182 | $ write sys$output "test elliptic curves" | 185 | $ write sys$output "test elliptic curves" |
183 | $ mcr 'texe_dir''ectest' | 186 | $ mcr 'texe_dir''ectest' |
184 | $ return | 187 | $ return |
188 | $ test_ecdsa: | ||
189 | $ write sys$output "test ecdsa" | ||
190 | $ mcr 'texe_dir''ecdsatest' | ||
191 | $ return | ||
192 | $ test_ecdh: | ||
193 | $ write sys$output "test ecdh" | ||
194 | $ mcr 'texe_dir''ecdhtest' | ||
195 | $ return | ||
185 | $ test_verify: | 196 | $ test_verify: |
186 | $ write sys$output "The following command should have some OK's and some failures" | 197 | $ write sys$output "The following command should have some OK's and some failures" |
187 | $ write sys$output "There are definitly a few expired certificates" | 198 | $ write sys$output "There are definitly a few expired certificates" |