summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
AgeCommit message (Collapse)Author
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
a year.
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
become rather large. This becomes a problem when the default 1024 character large buffer that WRITE uses isn't enough. WRITE/SYMBOL uses a 2048 byte large buffer instead.
2002-06-06Merge from 0.9.7-stable.Richard Levitte
2002-05-23Recover from errorsRichard Levitte
2002-05-22Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more ↵Richard Levitte
than one period and mixed size characters in file names
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
2001-02-20Let VMS catch up.Richard Levitte
2000-12-31Uhmm, the keyword TRUE does not exist of course...Richard Levitte
2000-12-29Check for deselection of KRB5. In fact, skip it completely on VMS for now...Richard Levitte
2000-12-28Update VMS build procedures to match the current status.Richard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
away now...
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte
2000-01-17Prepare for a possible disabling of certain messages that DEC C spews out.Richard Levitte
1999-07-28VMS updates.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>