To begin with, please remove VMS/00README.1st. It's obsolete. Then
please apply the following changes/additions (VMS/TODO is new):
Index: INSTALL.VMS
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/INSTALL.VMS,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 INSTALL.VMS
--- INSTALL.VMS 1999/05/21 07:28:35 1.1.1.2
+++ INSTALL.VMS 1999/05/24 07:22:16
@@ -106,6 +106,9 @@
subdirectories, libraries, header files, programs and startup command
procedures.
+N.B.: INSTALL.COM builds a new directory structure, different from
+the directory tree where you have now build OpenSSL.
+
In the [.VMS] subdirectory of the installation, you will find the
following command procedures:
Index: makevms.com
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/makevms.com,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 makevms.com
--- makevms.com 1999/05/21 07:28:42 1.1.1.3
+++ makevms.com 1999/05/23 01:22:06
@@ -47,6 +47,7 @@
$! DECC For DEC C.
$! GNUC For GNU C.
$! LINK To only link the programs from existing object files.
+$! (not yet implemented)
$!
$! If you don't speficy a compiler, it will try to determine which
$! "C" compiler to use.
@@ -669,7 +670,7 @@
$!
$! Check To See If The User Entered A Valid Paramter.
$!
-$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC").OR.(P4.EQS."LINK")
+$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC")!.OR.(P4.EQS."LINK")
$ THEN
$!
$! Check To See If The User Wanted To Just LINK.
Index: VMS/TODO
===================================================================
RCS file: TODO
diff -N TODO
--- /dev/null Mon May 24 09:05:06 1999
+++ /tmp/cvsUAAtxZ6b_ Mon May 24 09:43:14 1999
@@ -0,0 +1,18 @@
+TODO:
+=====
+
+There are a few things that need to be worked out in the VMS version of
+OpenSSL, still:
+
+- Description files. ("Makefile's" :-))
+- Script code to link an already compiled build tree.
+- A VMSINSTALlable version (way in the future, unless someone else hacks).
+- shareable images (DLL for you Windows folks).
+
+There may be other things that I have missed and that may be desirable.
+Please send mail to <[EMAIL PROTECTED]> or to me directly if you
+have any ideas.
+
+--
+Richard Levitte <[EMAIL PROTECTED]>
+1999-05-24
Index: VMS/openssl_utils.com
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/VMS/openssl_utils.com,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 openssl_utils.com
--- VMS/openssl_utils.com 1999/05/17 12:06:06 1.1.1.1
+++ VMS/openssl_utils.com 1999/05/23 19:37:28
@@ -24,6 +24,7 @@
$ DSAPARAM :== $SSLEXE:OPENSSL DSAPARAM
$ X509 :== $SSLEXE:OPENSSL X509
$ GENRSA :== $SSLEXE:OPENSSL GENRSA
+$ GENRSA :== $SSLEXE:OPENSSL GENDSA
$ S_SERVER :== $SSLEXE:OPENSSL S_SERVER
$ S_CLIENT :== $SSLEXE:OPENSSL S_CLIENT
$ SPEED :== $SSLEXE:OPENSSL SPEED
@@ -33,3 +34,5 @@
$ CRL2PKCS7:== $SSLEXE:OPENSSL CRL2P7
$ SESS_ID :== $SSLEXE:OPENSSL SESS_ID
$ CIPHERS :== $SSLEXE:OPENSSL CIPHERS
+$ NSEQ :== $SSLEXE:OPENSSL NSEQ
+$ PKCS12 :== $SSLEXE:OPENSSL PKCS12
Thank you.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Small last (I certainly hope) changes for VMS
Richard Levitte - VMS Whacker Mon, 24 May 1999 00:04:51 -0700
