From 537c982306039df02d1e9410dfe205639b547e7a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 19 Mar 2011 10:58:14 +0000 Subject: [PATCH] After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS submitted by Steven M. Schweda --- INSTALL.VMS | 52 ++- VMS/install-vms.com | 67 ++++ VMS/install.com | 79 ---- VMS/mkshared.com | 250 ++++++++----- VMS/openssl_startup.com | 108 ++++++ VMS/openssl_undo.com | 20 ++ apps/CA.com | 4 +- apps/apps.c | 6 + apps/enc.c | 4 + apps/install-apps.com | 107 ++++++ apps/install.com | 65 ---- apps/makeapps.com | 301 ++++++++++------ apps/openssl.c | 26 ++ apps/vms_decc_init.c | 188 ++++++++++ crypto/LPdir_vms.c | 49 +-- crypto/bio/b_sock.c | 25 +- crypto/bio/bss_log.c | 32 +- crypto/bn/bn.h | 18 + crypto/bn/bn_mont.c | 2 +- crypto/bn/bn_nist.c | 64 ++-- crypto/crypto-lib.com | 349 +++++++++++------- crypto/des/des-lib.com | 12 +- crypto/dso/dso_vms.c | 179 +++++---- crypto/install-crypto.com | 196 ++++++++++ crypto/install.com | 150 -------- crypto/o_time.c | 22 +- crypto/rand/rand_vms.c | 16 +- crypto/rand/randfile.c | 2 + crypto/vms_rms.h | 51 +++ engines/makeengines.com | 351 +++++++++++------- install.com | 217 ++++++----- makevms.com | 739 ++++++++++++++++++++++++++------------ ssl/install-ssl.com | 136 +++++++ ssl/install.com | 90 ----- ssl/ssl-lib.com | 283 +++++++++------ test/bntest.com | 7 + test/cms-test.pl | 4 +- test/maketests.com | 263 ++++++++------ test/tcrl.com | 13 +- test/testca.com | 8 +- test/testenc.com | 13 +- test/testgen.com | 22 +- test/tests.com | 110 ++++-- test/testss.com | 17 +- test/testssl.com | 20 +- test/testtsa.com | 61 ++-- test/tpkcs7.com | 13 +- test/tpkcs7d.com | 13 +- test/treq.com | 13 +- test/trsa.com | 13 +- test/tsid.com | 13 +- test/tverify.com | 10 +- test/tx509.com | 13 +- 53 files changed, 3198 insertions(+), 1688 deletions(-) create mode 100755 VMS/install-vms.com delete mode 100644 VMS/install.com create mode 100755 VMS/openssl_startup.com create mode 100755 VMS/openssl_undo.com create mode 100755 apps/install-apps.com delete mode 100644 apps/install.com create mode 100755 apps/vms_decc_init.c create mode 100755 crypto/install-crypto.com delete mode 100644 crypto/install.com create mode 100755 crypto/vms_rms.h create mode 100755 ssl/install-ssl.com delete mode 100644 ssl/install.com diff --git a/INSTALL.VMS b/INSTALL.VMS index 7658f64e1d..e5d43a57ab 100644 --- a/INSTALL.VMS +++ b/INSTALL.VMS @@ -71,7 +71,7 @@ the top to understand how to use them. However, if you want to compile all you can get, the simplest is to use MAKEVMS.COM in the top directory. The syntax is the following: - @MAKEVMS