summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.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>
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
This also closes RT 4123 Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-12Move Makefiles to Makefile.inRich Salz
Create Makefile's from Makefile.in Rename Makefile.org to Makefile.in Rename Makefiles to Makefile.in Address review feedback from Viktor and Richard Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-07-16Remove obsolete key formats.Rich Salz
Remove support for RSA_NET and Netscape key format (-keyform n). Also removed documentation of SGC. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-05-13Remove remaining Kerberos referencesMatt Caswell
Following on from the removal of libcrypto and libssl support for Kerberos this commit removes all remaining references to Kerberos. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-04Remove the fake RLE compression method.Rich Salz
RLE is a no-op only for testing. Remove it. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-03-31Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte
This engine is for VMS only, and isn't really part of the core OpenSSL but rather a side project of its own that just happens to have tagged along for a long time. The reasons why it has remained within the OpenSSL source are long lost in history, and there not being any real reason for it to remain here, it's time for it to move out. This side project will appear as a project in its own right, the location of which will be announced later on. Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-03-05Catch up the VMS build.Richard Levitte
crypto/crypto-lib.com - catch up with the OCSP changes test/maketest.com and test/tests.com - catch up with the addition of test_evp_extra Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-02-06Remove ui_compatRich Salz
This is the last of the old DES API. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-02-02Remove old DES APIRich Salz
Includes VMS fixes from Richard. Includes Kurt's destest fixes (RT 1290). Closes tickets 1290 and 1291 Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-30VMS build changesRichard Levitte
crypto/crypto-lib.com: Remove all APPS building, as they are gone. Depend on the variable SDIRS that's defined by makevms.com. Remake the whole partial module list mechanism to check for variables with a counter. Define the logical name INTERNAL to allow for '#include "internal/foo.h"'. makevms.com: Define SDIRS, to allow for removal of crypto modules and pass that information to crypto/crypto-lib.com. Allow for experimental modules. Update the allowed things to disable. Update the things disabled by default to match Configure. Update headers to be copied. Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2012-07-05Add the missing modules for Camellia, as well as dh_rfc5114 and evp_cnf.Richard Levitte
2011-10-30Typo...Richard Levitte
2011-10-30Add missing algorithms to disable, and in particular, disableRichard Levitte
EC_NISTP_64_GCC_128 by default, as GCC isn't currently supported on VMS. Synchronise with Unix.
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-23* crypto/crypto-lib.com: Add a few more missing modules.Richard Levitte
2011-03-20Add missing source. Also, have the compile also use [.MODES] asRichard Levitte
include directory, as other parts (notably, EVP) seem to need it.
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-26Add rsa_crptRichard Levitte
2011-01-10PR: 2425Richard Levitte
Synchronise VMS build with Unixly build.
2010-12-14First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte
builds on VMS. PR: 2393
2010-11-23Use the same directory for architecture dependent header files as inRichard Levitte
the branches OpenSSL-1_0_0-stable and OpenSSL-1_0_1-stable.
2010-11-23Give the architecture dependent directory higher priorityRichard Levitte
2010-11-22Synchronise with Unix and do all other needed modifications to have itRichard Levitte
build on VMS again.
2010-11-18compile cts128.c on VMSDr. Stephen Henson
2010-01-27Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte
2009-11-12Update from 1.0.0-stableRichard Levitte
2009-05-17Stupid typoRichard 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-12Forgotten comma...Richard Levitte
2009-05-06Synchronise VMS with Unixly build.Richard Levitte
2009-01-28Do the Camellia part rightRichard Levitte
2009-01-20Synchronise with Unix buildRichard Levitte
2008-12-26More synchronisation with UnixRichard Levitte
2008-12-25Further synchronisation with UnixRichard Levitte
2008-12-16Synchronise VMS build system with the Unixly oneRichard Levitte
2008-04-18Synchronise with Unix.Richard Levitte
2008-04-11Synchronise with Unix buildRichard Levitte
2007-05-01Synchronise VMS with Unix.Richard Levitte
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2007-03-23Synchronise the VMS build with recent movements in the Unix build.Richard Levitte
2006-12-26Synchronise a bit more with Unixly buildRichard Levitte
2006-12-24Synchronise with Unixly build, again ;-)Richard Levitte
2006-12-24Synchronise with Unixly buildRichard Levitte
2006-06-12Keep synchronised with UnixRichard Levitte
2006-06-10Keep synchronised with the Unix buildRichard Levitte
2006-06-03Synchronise with UnixRichard Levitte
2006-06-01Synchronise with the Unixly build.Richard Levitte