summaryrefslogtreecommitdiff
path: root/makevms.com
Commit message (Collapse)AuthorAgeFilesLines
* PR: 2730Dr. Stephen Henson2012-02-251-0/+3
| | | | | | Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> VMS fixes: disable SCTP by default.
* PR: 2652Dr. Stephen Henson2012-01-051-1/+1
| | | | | | Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> OpenVMS fixes.
* Add missing algorithms to disable, and in particular, disableRichard Levitte2011-10-301-2/+7
| | | | | EC_NISTP_64_GCC_128 by default, as GCC isn't currently supported on VMS. Add CMAC to the modules to build, and synchronise with Unix.
* Corrections to the VMS build system.Richard Levitte2011-03-251-1/+1
| | | | 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.
* Keep file references in the VMS build files in the same order as theyRichard Levitte2011-03-191-2/+4
| | | | are in the Unix Makefiles, and add SRP tests.
* SRP was introduced, add it for OpenVMS.Richard Levitte2011-03-191-3/+4
|
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-191-141/+249
|
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-16/+73
| | | | | | builds on VMS. PR: 2393
* Don't define an empty CFLAGS, it's much more honest not to defined it at all.Richard Levitte2010-11-231-1/+6
| | | | | Make sure to remove any [.CRYTO]BUILDINF.H so it doesn't get used instead of [.CRYPTO._''ARCH'BUILDINF.H
* Rework the configuration of avoided algorithms.Richard Levitte2010-04-131-129/+295
| | | | Avoid copying test modules.
* Typo.Richard Levitte2010-01-291-1/+2
|
* The previous take went wrong, try again.Richard Levitte2010-01-291-10/+7
|
* If opensslconf.h and buildinf.h are to be in an architecture specificRichard Levitte2010-01-291-28/+35
| | | | | directory, place it in the same tree as the other architecture specific things.
* Cosmetic changes, including changing a confusing example.Richard Levitte2010-01-271-7/+3
|
* Everywhere was a little too much.Richard Levitte2009-11-121-1/+1
|
* Make sure ENGINES can be separately compiled as well.Richard Levitte2009-08-251-3/+14
| | | | | | Make sure _XOPEN_SOURCE_EXTENDED is defined in opensslconf.h Submitted by Zoltan Arpadffy <zoli@polarhome.com>
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-39/+76
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* VMS stuff I forgot...Richard Levitte2009-01-031-0/+1
|
* More synchronisation with UnixRichard Levitte2008-12-261-1/+1
|
* Synchronise VMS build system with the Unixly oneRichard Levitte2008-12-161-4/+5
|
* Further synchronisation with Unix build. I hadn't noticed pq_compat.hRichard Levitte2008-04-121-1/+1
| | | | was gone...
* Synchronise with Unix buildRichard Levitte2008-04-111-1/+2
|
* VAX C can't handle 64 bit integers, making SHA512 impossible...Richard Levitte2007-08-221-1/+6
|
* Add SEED encryption algorithm.Bodo Möller2007-04-231-2/+3
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Keep synchronised with the Unix buildRichard Levitte2006-06-101-2/+3
|
* Add TS to the VMS build.Richard Levitte2006-02-261-1/+2
|
* Build Whirlpool on VMS as wellRichard Levitte2005-11-291-2/+3
|
* Synchronise with the Unix build.Richard Levitte2005-11-191-2/+1
|
* Synchronise more with the Unix build.Richard Levitte2005-05-311-1/+1
|
* Merge from 0.9.8-stable.Richard Levitte2005-05-301-1/+2
|
* I was incorrect about VMS/Alpha. Defining BN_LLONG withRichard Levitte2005-05-071-2/+2
| | | | | SIXTY_FOUR_BIT could cause havoc, so don't (it's lucky bn.h undefines BN_LLONG when SIXTY_FOUR_BIT is defined).
* Actually, C on VMS/Alpha knows very well what a long long is, andRichard Levitte2005-05-061-0/+2
| | | | | knows how to make use of it. So let's stop pretending the Alpha doesn't know long long...
* Some test programs in crypto/sha were named differently than usual...Richard Levitte2004-07-111-1/+2
|
* Add store.h among the exported headers on VMS.Richard Levitte2004-03-241-4/+9
|
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-311-114/+10
| | | | a year.
* Add all that is needed to build external engines on VMS.Richard Levitte2002-10-311-1/+34
| | | | | Currently, we simply assume that they shall always be built as shareable images.
* A new header.Richard Levitte2002-08-091-1/+2
|
* Make sure ECDSA is built and tested on VMS.Richard Levitte2002-05-231-1/+2
|
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-221-7/+59
|
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-2/+2
| | | | | | | | | | crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more ↵Richard Levitte2001-10-291-2/+8
| | | | than one period and mixed size characters in file names
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-1/+1
| | | | | | | | | | | | libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
* Copy evptests.txt to the right place.Richard Levitte2001-10-041-0/+2
|
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-2/+3
| | | | | types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
* Synchronise with Unixly build.Richard Levitte2001-09-271-1/+2
|
* ui_compat.h was forgotten in the "symlinking" routine.Richard Levitte2001-05-141-1/+1
|
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-1/+2
| | | | | | | like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
* OpenVMS/Alpha should use 64 bits. If nothing else, there'sRichard Levitte2001-04-041-1/+1
| | | | performance to gain.
* Use 32bit longs on Alpha as well, because that's what the VMSRichard Levitte2001-03-091-1/+1
| | | | | | | assembler code works with. Of course, the assembler code could differ between platforms. That might happen in the future.