aboutsummaryrefslogtreecommitdiffstats
path: root/VMS
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old VMS linker option file creator for shlibsRichard Levitte2016-01-071-476/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Teach mkshared.com to have a look for disabled algorithms in opensslconf.hRichard Levitte2011-10-301-2/+24
|
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-0/+2
| | | | | | | | 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.
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-195-169/+347
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-5/+24
| | | | | | builds on VMS. PR: 2393
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-153-59/+91
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* From branch OpenSSL_0_9_7-stable, revision 1.1.4.1, 2002-05-23 17:25:Richard Levitte2005-04-301-0/+1
| | | | Forgot this file.
* Let's make life easier and have the VMS version of the configuration beRichard Levitte2004-05-131-0/+34
| | | | generated from the Unixly configuration file.
* Since we're currently assuming VMS can deal with dynamic engines,Richard Levitte2002-11-041-0/+1
| | | | don't include the static engine entry points in libcrypto.exe.
* End assembler macro correctly.Richard Levitte2001-11-161-4/+6
| | | | | | | On VAX, all global variables are accessed through functions, so skip doing transfer entries for variables. Forgot the looping gotos.
* A missing comma added.Richard Levitte2001-11-151-1/+1
|
* Script to create shareable images (shared libraries in Unixly terms)Richard Levitte2001-04-201-0/+351
| | | | on VMS.
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-072-98/+2
| | | | | centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
* With the new stack hack macros, there's no need to shorten the namesRichard Levitte2000-06-181-104/+0
| | | | any more.
* Changes to synchronise with Unix.Richard Levitte2000-02-251-0/+21
| | | | (actually, much more is needed, like a real config script)
* A test script to check on the header filesRichard Levitte2000-01-181-0/+28
|
* Beautification and a few entries added.Richard Levitte2000-01-171-59/+87
|
* Another name longer than 31 charsRichard Levitte2000-01-161-0/+2
|
* Some new names in asn1.h are longer than 31 chars, which disturbs the VMS C ↵Richard Levitte1999-11-121-0/+21
| | | | compilers...
* Make sure installed files are world readableRichard Levitte1999-11-121-0/+3
|
* VMS updates.Ulf Möller1999-07-283-0/+150
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* Last minute VMS updates for 0.9.3.Bodo Möller1999-05-242-63/+3
| | | | Submitted by: Richard Levitte
* VMS support.Ulf Möller1999-05-139-0/+172
Submitted by: Richard Levitte <richard@levitte.org>