From e0a9ba9c3c4ea7bf27ceff33633cd48b542de860 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 8 Mar 2001 14:40:20 +0000 Subject: [PATCH] VMS catches up on the EC modifications. --- crypto/crypto-lib.com | 3 ++- test/tests.com | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 67f7069d1f..d8ed988198 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -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,"+ - "rsa_pk1,rsa_ssl,rsa_none,rsa_oaep,rsa_chk,rsa_null,"+ - "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_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,"+ - diff --git a/test/tests.com b/test/tests.com index 3c8ee4ea24..8cd671415c 100644 --- a/test/tests.com +++ b/test/tests.com @@ -22,13 +22,14 @@ $ tests := - test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,- test_md2,test_mdc2,- 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_ss,test_ca,test_engine,test_engine,test_ssl + test_ss,test_ca,test_engine,test_ssl $ endif $ tests = f$edit(tests,"COLLAPSE") $ $ BNTEST := bntest +$ ECTEST := ectest $ EXPTEST := exptest $ IDEATEST := ideatest $ SHATEST := shatest @@ -172,6 +173,9 @@ $ write sys$output "" $ write sys$output "test a^b%c implementations" $ mcr 'texe_dir''exptest' $ return +$ test_ec: +$ mcr 'texe_dir''ectest' +$ return $ test_verify: $ write sys$output "The following command should have some OK's and some failures" $ write sys$output "There are definitly a few expired certificates" -- 2.25.1