提交 e0a9ba9c 编写于 作者: R Richard Levitte

VMS catches up on the EC modifications.

上级 2dc769a1
...@@ -203,7 +203,8 @@ $ LIB_BN = "bn_add,bn_div,bn_exp,bn_lib,bn_ctx,bn_mul,bn_mod,"+ - ...@@ -203,7 +203,8 @@ $ LIB_BN = "bn_add,bn_div,bn_exp,bn_lib,bn_ctx,bn_mul,bn_mod,"+ -
$ LIB_RSA = "rsa_eay,rsa_gen,rsa_lib,rsa_sign,rsa_saos,rsa_err,"+ - $ LIB_RSA = "rsa_eay,rsa_gen,rsa_lib,rsa_sign,rsa_saos,rsa_err,"+ -
"rsa_pk1,rsa_ssl,rsa_none,rsa_oaep,rsa_chk,rsa_null,"+ - "rsa_pk1,rsa_ssl,rsa_none,rsa_oaep,rsa_chk,rsa_null,"+ -
"rsa_asn1" "rsa_asn1"
$ LIB_EC = "ec_lib,ecp_smpl,ecp_mont,ecp_recp,ecp_nist,ec_cvt,ec_mult" $ LIB_EC = "ec_lib,ecp_smpl,ecp_mont,ecp_recp,ecp_nist,ec_cvt,ec_mult,"+ -
"ec_err"
$ LIB_DSA = "dsa_gen,dsa_key,dsa_lib,dsa_asn1,dsa_vrf,dsa_sign,dsa_err,dsa_ossl" $ LIB_DSA = "dsa_gen,dsa_key,dsa_lib,dsa_asn1,dsa_vrf,dsa_sign,dsa_err,dsa_ossl"
$ LIB_DH = "dh_asn1,dh_gen,dh_key,dh_lib,dh_check,dh_err" $ LIB_DH = "dh_asn1,dh_gen,dh_key,dh_lib,dh_check,dh_err"
$ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ - $ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ -
......
...@@ -22,13 +22,14 @@ $ tests := - ...@@ -22,13 +22,14 @@ $ tests := -
test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,- test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,-
test_md2,test_mdc2,- test_md2,test_mdc2,-
test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,- test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,-
test_rand,test_bn,test_enc,test_x509,test_rsa,test_crl,test_sid,- test_rand,test_bn,test_ec,test_enc,test_x509,test_rsa,test_crl,test_sid,-
test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,- test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
test_ss,test_ca,test_engine,test_engine,test_ssl test_ss,test_ca,test_engine,test_ssl
$ endif $ endif
$ tests = f$edit(tests,"COLLAPSE") $ tests = f$edit(tests,"COLLAPSE")
$ $
$ BNTEST := bntest $ BNTEST := bntest
$ ECTEST := ectest
$ EXPTEST := exptest $ EXPTEST := exptest
$ IDEATEST := ideatest $ IDEATEST := ideatest
$ SHATEST := shatest $ SHATEST := shatest
...@@ -172,6 +173,9 @@ $ write sys$output "" ...@@ -172,6 +173,9 @@ $ write sys$output ""
$ write sys$output "test a^b%c implementations" $ write sys$output "test a^b%c implementations"
$ mcr 'texe_dir''exptest' $ mcr 'texe_dir''exptest'
$ return $ return
$ test_ec:
$ mcr 'texe_dir''ectest'
$ return
$ test_verify: $ test_verify:
$ write sys$output "The following command should have some OK's and some failures" $ write sys$output "The following command should have some OK's and some failures"
$ write sys$output "There are definitly a few expired certificates" $ write sys$output "There are definitly a few expired certificates"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册