summaryrefslogtreecommitdiffstats
path: root/engines/makeengines.com
AgeCommit message (Collapse)Author
2016-02-10clean away old VMS cruftRichard Levitte
The old building scripts get removed, they are hopelessly gone in bit rot by now. Also remove the old symbol hacks. They were needed needed to shorten some names to 31 characters, and to resolve other symbol clashes. Because we now compile with /NAMES=(AS_IS,SHORTENED), this is no longer required. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-10-15Remove Obsolete enginesMatt Caswell
There are a number of engines in the OpenSSL source code which are now obsolete. The following engines have been removed: 4758cca, aep, atalla, cswift, nuron, sureware. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-30VMS adjustments:Richard Levitte
catch up with the Unix build. A number of new tests, among others test/tocsp.com Define INTERNAL in ssl/ssl-lib.com to allow for '#include "internal/foo.h"' Reviewed-by: Andy Polyakov <appro@openssl.org>
2011-03-25Corrections to the VMS build system.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
2011-01-06PR: 2407Richard Levitte
Fix fault include. Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
2010-12-14First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte
builds on VMS. PR: 2393
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-05-06Do not try to link the support file(s), as they aren't a completeRichard Levitte
engine ;-)
2009-04-27Add padlock dataRichard Levitte
Redo the loop so it really compiles all objects for one engine, then links the engine (until now, it still thought every file was an engine of its own...).
2008-12-16Synchronise VMS build system with the Unixly oneRichard Levitte
2007-03-23Synchronise the VMS build with recent movements in the Unix build.Richard Levitte
2005-05-29Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe
dynamic loading is consistent with respect to engine ids.
2003-01-02Link engines against libcrypto, even when a TCP/IP implementation isRichard Levitte
specified...
2002-11-14DCL logic bugs fixed.Richard Levitte
(I really need to review my knowledge of the language)
2002-11-06Stupid bug fixes. I've forgotten my DCL...Richard Levitte
2002-10-31Add the command procedure to build external engines on VMS.Richard Levitte
Currently, we simply assume that they shall always be built as shareable images.