VMS catches up on the EC modifications.
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2001 14:40:20 +0000 (14:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2001 14:40:20 +0000 (14:40 +0000)
crypto/crypto-lib.com
test/tests.com

index 67f7069d1f5998a235bb09340e566bebd1392dcc..d8ed988198c3e9f1ca7c3c7749553ca173e882d9 100644 (file)
@@ -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,"+ -
index 3c8ee4ea245b9fe5b6f943e54386f08694b6ae19..8cd671415c8c08c2333b0472fc0a9d50b3c66a62 100644 (file)
@@ -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"