| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix VMS installation - Check the presence of providers in the IVP script | Richard Levitte | 2021-12-14 | 1 | -0/+6 |
* | Fix VMS installation - deassign the same logical names that were defined | Richard Levitte | 2021-12-14 | 1 | -2/+2 |
* | Fix VMS installation - use platform->shlib_version_as_filename() consistently | Richard Levitte | 2021-12-14 | 2 | -2/+2 |
* | Fix VMS installation - Define the logical name OSSL$MODULES | Richard Levitte | 2021-12-14 | 2 | -1/+4 |
* | Fix VMS installation - $config{pointer_size} -> $target{pointer_size} | Richard Levitte | 2021-12-14 | 3 | -3/+3 |
* | Fix VMS installation - consistent program names with version info | Richard Levitte | 2021-12-14 | 2 | -2/+2 |
* | VMS documentation fixes | Richard Levitte | 2021-02-12 | 2 | -11/+22 |
* | Configurations/descrip.mms.tmpl: avoid enormous PIPE commands | Richard Levitte | 2021-02-12 | 2 | -0/+45 |
* | Following the license change, modify the boilerplates in last few | Richard Levitte | 2018-12-06 | 2 | -2/+2 |
* | Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev | Richard Levitte | 2018-12-06 | 2 | -2/+2 |
* | Simplify the handling of shared library version numbers | Richard Levitte | 2017-07-26 | 2 | -2/+2 |
* | VMS: Don't force symbol mixed case when building DSOs | Richard Levitte | 2016-09-11 | 1 | -1/+2 |
* | dasync is an internal testing engine, so don't install it | Richard Levitte | 2016-08-17 | 1 | -2/+2 |
* | VMS: have the IVP verify that a well known engine loads properly | Richard Levitte | 2016-08-04 | 1 | -0/+10 |
* | VMS: If configured no-shared, don't provide shareable image logical names | Richard Levitte | 2016-08-03 | 3 | -2/+10 |
* | VMS: Adjust the engines directory by adding the pointer size to its name | Richard Levitte | 2016-07-10 | 1 | -2/+2 |
* | VMS: Small cleanups | Richard Levitte | 2016-07-10 | 1 | -0/+1 |
* | VMS: OSSL$EXE: needs to reflect that programs are installed in two places | Richard Levitte | 2016-07-10 | 1 | -1/+2 |
* | VMS: Document the changed logical names in VMS/openssl_staryup.com.in | Richard Levitte | 2016-07-10 | 1 | -14/+22 |
* | VMS: Simplify the spec of the default certs & keys area. | Richard Levitte | 2016-07-10 | 2 | -4/+2 |
* | VMS: openssl_ivp must call versioned openssl_startup and openssl_utils | Richard Levitte | 2016-07-08 | 1 | -3/+3 |
* | VMS: defined the logical name OPENSSL at all times | Richard Levitte | 2016-07-07 | 2 | -4/+4 |
* | Versioning engines default location: the VMS case | Richard Levitte | 2016-07-07 | 2 | -34/+20 |
* | VMS: Add installation verification procedure | Richard Levitte | 2016-07-02 | 1 | -0/+40 |
* | Fix some VMS inconsistencies | Richard Levitte | 2016-07-02 | 1 | -7/+7 |
* | Install the openssl app with version number on VMS | Richard Levitte | 2016-07-02 | 2 | -11/+14 |
* | Have the VMS shared library file names contain the shared version | Richard Levitte | 2016-07-02 | 2 | -17/+29 |
* | Pass down correct information to the VMS startup script templates | Richard Levitte | 2016-07-02 | 2 | -9/+6 |
* | Make sure tsget.pl and c_rehash.pl get installed on VMS and Windows. | Richard Levitte | 2016-05-23 | 1 | -3/+2 |
* | Fix VMS/openssl_{startup,shutddown}.com.in | Richard Levitte | 2016-05-10 | 2 | -12/+4 |
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 2 | -2/+16 |
* | VMS: Harmonize the paths in openssl_startup.com with what's really installed | Richard Levitte | 2016-03-29 | 1 | -8/+10 |
* | Misc fixes in VMS/openssl_startup.com.in | Richard Levitte | 2016-03-24 | 1 | -7/+7 |
* | Clean away $config{no_shared} since we have $disabled{shared} | Richard Levitte | 2016-02-22 | 2 | -4/+4 |
* | Perl's chop / chomp considered bad, use a regexp instead | Richard Levitte | 2016-02-11 | 2 | -2/+2 |
* | clean away old VMS cruft | Richard Levitte | 2016-02-10 | 11 | -223/+0 |
* | unified build scheme: add a "unified" template for VMS descrip.mms | Richard Levitte | 2016-02-10 | 5 | -45/+242 |
* | Remove the old VMS linker option file creator for shlibs | Richard Levitte | 2016-01-07 | 1 | -476/+0 |
* | Teach mkshared.com to have a look for disabled algorithms in opensslconf.h | Richard Levitte | 2011-10-30 | 1 | -2/+24 |
* | For VMS, implement the possibility to choose 64-bit pointers with | Richard Levitte | 2011-03-25 | 1 | -0/+2 |
* | After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS | Richard Levitte | 2011-03-19 | 5 | -169/+347 |
* | First attempt at adding the possibility to set the pointer size for the build... | Richard Levitte | 2010-12-14 | 1 | -5/+24 |
* | Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda). | Richard Levitte | 2009-05-15 | 3 | -59/+91 |
* | From branch OpenSSL_0_9_7-stable, revision 1.1.4.1, 2002-05-23 17:25: | Richard Levitte | 2005-04-30 | 1 | -0/+1 |
* | Let's make life easier and have the VMS version of the configuration be | Richard Levitte | 2004-05-13 | 1 | -0/+34 |
* | Since we're currently assuming VMS can deal with dynamic engines, | Richard Levitte | 2002-11-04 | 1 | -0/+1 |
* | End assembler macro correctly. | Richard Levitte | 2001-11-16 | 1 | -4/+6 |
* | A missing comma added. | Richard Levitte | 2001-11-15 | 1 | -1/+1 |
* | Script to create shareable images (shared libraries in Unixly terms) | Richard Levitte | 2001-04-20 | 1 | -0/+351 |
* | It's not just VMS that needs some symbols to be hacked. Let's | Richard Levitte | 2000-09-07 | 2 | -98/+2 |