summaryrefslogtreecommitdiffstats
path: root/VMS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-24 22:59:40 +0000
committerBodo Möller <bodo@openssl.org>1999-05-24 22:59:40 +0000
commit58dc480ffd18007960569db728b93bab499d5deb (patch)
treecacaa0bbb2f68e9b494d91fbb4b4212d2698fda4 /VMS
parentd2eec3a6105c0e0d73e3b26598eaeff1a1c07a86 (diff)
Last minute VMS updates for 0.9.3.
Submitted by: Richard Levitte
Diffstat (limited to 'VMS')
-rw-r--r--VMS/00README.1st63
-rw-r--r--VMS/openssl_utils.com3
2 files changed, 3 insertions, 63 deletions
diff --git a/VMS/00README.1st b/VMS/00README.1st
deleted file mode 100644
index 585c8dbcc0..0000000000
--- a/VMS/00README.1st
+++ /dev/null
@@ -1,63 +0,0 @@
- OpenSSL 0.9.2c for VMS, README
- written by Richard Levitte
- <richard@levitte.org>
-
-
-For a more general overview of SSLeay, read README.
-If you just want to compile and install, read INSTALL.VMS
-
-
-A few notes:
-
-Things NOT done:
-================
-
-There are a bunch of directories that aren't touched on VMS so far.
-If anyone wants to add those capabilities, go right ahead.
-
-The directories not touched but that might be of interest in the
-future are:
-
- [.DEMOS]
- [.TOOLS]
- [.UTIL]
-
-
-Things added by me:
-===================
-
-[.VMS] a directory with VMS command procedures. Right now,
- there are a two of them, of which one is not finished.
-
-
-Things removed:
-===============
-
-In some other patch kits, there were things very OSU-httpd specific
-things. I haven't included those, because they seem to belong more
-with the OSU source.
-
-I am, however, assembling those things in a separate package.
-
-
-TODO:
-=====
-
-- Description files.
-- Bug fixes (of course).
-- A VMSINSTALlable version (way in the future, unless someone else hacks).
-- shareable images (DLL for you Windows folks).
-- other... Please send me ideas.
-
-
-Report bugs and such:
-=====================
-
-I maintain a few mailinglists for bug reports and such on software that
-I develop/port/enhance/destroy. Please look at http://www.free.lp.se/
-for further info.
-
-
---
-Richard Levitte <richard@levitte.org>
-1999-03-09
diff --git a/VMS/openssl_utils.com b/VMS/openssl_utils.com
index bd3bb92ff8..ddc107394f 100644
--- a/VMS/openssl_utils.com
+++ b/VMS/openssl_utils.com
@@ -24,6 +24,7 @@ $ DSA :== $SSLEXE:OPENSSL DSA
$ DSAPARAM :== $SSLEXE:OPENSSL DSAPARAM
$ X509 :== $SSLEXE:OPENSSL X509
$ GENRSA :== $SSLEXE:OPENSSL GENRSA
+$ GENDSA :== $SSLEXE:OPENSSL GENDSA
$ S_SERVER :== $SSLEXE:OPENSSL S_SERVER
$ S_CLIENT :== $SSLEXE:OPENSSL S_CLIENT
$ SPEED :== $SSLEXE:OPENSSL SPEED
@@ -33,3 +34,5 @@ $ PKCS7 :== $SSLEXE:OPENSSL PKCS7
$ CRL2PKCS7:== $SSLEXE:OPENSSL CRL2P7
$ SESS_ID :== $SSLEXE:OPENSSL SESS_ID
$ CIPHERS :== $SSLEXE:OPENSSL CIPHERS
+$ NSEQ :== $SSLEXE:OPENSSL NSEQ
+$ PKCS12 :== $SSLEXE:OPENSSL PKCS12