aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
Commit message (Collapse)AuthorAgeFilesLines
* Remove SSL_TASK, the DECnet Based SSL EngineRichard Levitte2015-03-311-1/+1
| | | | | | | | | | | | | 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>
* Catch up the VMS build.Richard Levitte2015-03-051-2/+2
| | | | | | | 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>
* Remove ui_compatRich Salz2015-02-061-2/+1
| | | | | | This is the last of the old DES API. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove old DES APIRich Salz2015-02-021-1/+1
| | | | | | | | | 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>
* VMS build changesRichard Levitte2015-01-301-188/+99
| | | | | | | | | | | | | | | | | 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>
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-1/+1
|
* Add the missing modules for Camellia, as well as dh_rfc5114 and evp_cnf.Richard Levitte2012-07-051-3/+4
|
* Typo...Richard Levitte2011-10-301-1/+1
|
* Add missing algorithms to disable, and in particular, disableRichard Levitte2011-10-301-7/+11
| | | | | EC_NISTP_64_GCC_128 by default, as GCC isn't currently supported on VMS. Synchronise with Unix.
* Corrections to the VMS build system.Richard Levitte2011-03-251-12/+13
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-8/+21
| | | | | | | | 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.
* * crypto/crypto-lib.com: Add a few more missing modules.Richard Levitte2011-03-231-2/+2
|
* Add missing source. Also, have the compile also use [.MODES] asRichard Levitte2011-03-201-3/+5
| | | | include directory, as other parts (notably, EVP) seem to need it.
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-123/+224
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* Add rsa_crptRichard Levitte2011-01-261-1/+1
|
* PR: 2425Richard Levitte2011-01-101-2/+2
| | | | Synchronise VMS build with Unixly build.
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-3/+62
| | | | | | builds on VMS. PR: 2393
* Use the same directory for architecture dependent header files as inRichard Levitte2010-11-231-3/+3
| | | | the branches OpenSSL-1_0_0-stable and OpenSSL-1_0_1-stable.
* Give the architecture dependent directory higher priorityRichard Levitte2010-11-231-3/+3
|
* Synchronise with Unix and do all other needed modifications to have itRichard Levitte2010-11-221-6/+8
| | | | build on VMS again.
* compile cts128.c on VMSDr. Stephen Henson2010-11-181-1/+1
|
* Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte2010-01-271-2/+4
|
* Update from 1.0.0-stableRichard Levitte2009-11-121-1/+1
|
* Stupid typoRichard Levitte2009-05-171-1/+1
|
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-43/+48
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* Forgotten comma...Richard Levitte2009-05-121-1/+1
|
* Synchronise VMS with Unixly build.Richard Levitte2009-05-061-1/+2
|
* Do the Camellia part rightRichard Levitte2009-01-281-1/+2
|
* Synchronise with Unix buildRichard Levitte2009-01-201-1/+2
|
* More synchronisation with UnixRichard Levitte2008-12-261-6/+5
|
* Further synchronisation with UnixRichard Levitte2008-12-251-2/+2
|
* Synchronise VMS build system with the Unixly oneRichard Levitte2008-12-161-1/+2
|
* Synchronise with Unix.Richard Levitte2008-04-181-2/+2
|
* Synchronise with Unix buildRichard Levitte2008-04-111-1/+3
|
* Synchronise VMS with Unix.Richard Levitte2007-05-011-1/+1
|
* Add SEED encryption algorithm.Bodo Möller2007-04-231-2/+3
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Synchronise the VMS build with recent movements in the Unix build.Richard Levitte2007-03-231-1/+1
|
* Synchronise a bit more with Unixly buildRichard Levitte2006-12-261-1/+2
|
* Synchronise with Unixly build, again ;-)Richard Levitte2006-12-241-2/+2
|
* Synchronise with Unixly buildRichard Levitte2006-12-241-1/+2
|
* Keep synchronised with UnixRichard Levitte2006-06-121-1/+1
|
* Keep synchronised with the Unix buildRichard Levitte2006-06-101-1/+3
|
* Synchronise with UnixRichard Levitte2006-06-031-1/+1
|
* Synchronise with the Unixly build.Richard Levitte2006-06-011-1/+1
|
* Keep in sync with UnixRichard Levitte2006-05-251-1/+1
|
* Synchronise with Unixly build.Richard Levitte2006-04-191-1/+1
| | | | (Geez, a lot is happening right now, eh? :-))
* SynchroniseRichard Levitte2006-04-171-1/+1
|
* Synchronise what what's happening with the Unix buildRichard Levitte2006-04-131-5/+5
|
* Synchronise with the Unix buildRichard Levitte2006-04-101-4/+6
|
* Keep up with the changes in the Unix build system.Richard Levitte2006-03-221-4/+4
|