Please ignore the previous diff I sent, and use the following
instead. VMS/00README.1st is still to be removed.
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 08:06:47
@@ -83,6 +83,10 @@
you have at least done a @MAKEVMS DATE and a @MAKEVMS SOFTLINKS.
A lot of things will break if you don't.
+Note 3: Alpha users will get a number of informational messages when
+ compiling the [.asm]vms.mar file in the BN (bignum) part of
+ the crypto library. These can be safely ignored.
+
Test:
=====
@@ -105,6 +109,9 @@
<root> is the directory in which everything will be installed,
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 10:05:05 1999
+++ /tmp/cvsUAAmIS7P_ Mon May 24 10:07:21 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]