summaryrefslogtreecommitdiff
path: root/Makefile.org
Commit message (Expand)AuthorAgeFilesLines
* A method to create shared libraries on AIX, and according toRichard Levitte2001-04-271-0/+43
* Linux shared libraries can be linked with debug symbols.Richard Levitte2001-04-261-2/+2
* undo previous change ...Bodo Möller2001-04-121-2/+0
* update from 0.9.6aBodo Möller2001-04-121-0/+2
* '||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller2001-04-081-2/+2
* Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte2001-04-041-3/+4
* Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent li...Richard Levitte2001-04-041-1/+1
* When using the native tools on Solaris, make damn sure the native ldRichard Levitte2001-03-241-1/+2
* ln on Solaris expects -f to come before -s.Richard Levitte2001-03-241-2/+3
* We really have no need for PEX_LIBS, so empty it.Richard Levitte2001-03-221-1/+1
* Minimise the amount of -L. when linking the shared libraries. ItRichard Levitte2001-03-151-9/+9
* typoBodo Möller2001-03-131-1/+1
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-2/+2
* Change obj_... generation so that it does not generate rubbish orBodo Möller2001-03-061-2/+2
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-2/+9
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+5
* Pass ${PERL} down to the Makefile in sub-directory "test" inBodo Möller2001-01-101-1/+1
* Use $(PERL) in place of hard-coded perlBodo Möller2001-01-101-7/+7
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-3/+7
* Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.Lutz Jänicke2000-11-141-2/+2
* HP-UX shared libraries do not build any longer, as EX_LIBS containsLutz Jänicke2000-11-131-8/+26
* For a long time, I've wanted to be able to easily run one or a fewRichard Levitte2000-11-121-1/+5
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-2/+1
* Make sure that shared libraries get the internal name engine with theRichard Levitte2000-11-061-3/+3
* Add support for shared libraries under Irix.Richard Levitte2000-11-011-0/+9
* Rename true64 to the correct tru64.Richard Levitte2000-10-311-1/+1
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+1
* When building shared libraries on HP-UX 10.20 and HP-UX 11.00 (32bit),Richard Levitte2000-10-221-1/+2
* It seems like grep isn't as capable as I thought on some Unix systems.Richard Levitte2000-10-221-1/+1
* Add what's needed to get shared libraries on HP-UX.Richard Levitte2000-10-211-0/+18
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-1/+1
* Rework the system to generate shared libraries:Richard Levitte2000-10-131-82/+72
* Make sure ranlib is only used on .a libraries.Richard Levitte2000-10-091-1/+2
* Verbose output when installing manual pages so that you see thatBodo Möller2000-09-261-2/+2
* I'm using GNU tar...Richard Levitte2000-09-211-1/+1
* Allow reconfiguration. This can be useful if some source updateRichard Levitte2000-08-171-0/+1
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-1/+1
* It's probably a good idea to make the shared libraries depend in EX_LIBS.Richard Levitte2000-08-021-3/+3
* A few corrections with the shared library support:Richard Levitte2000-08-021-13/+10
* Add support for solaris shared libraries, currently just experimentalRichard Levitte2000-07-241-0/+18
* Avoid loops, and make sure that it's possible to still build sharedRichard Levitte2000-07-241-4/+12
* Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte2000-07-211-45/+125
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-2/+4
* Using speaking "variable" names in macros so that e.g. grepping forBodo Möller2000-06-171-1/+1
* This change will cause builds (by default) to not use different STACKGeoff Thorpe2000-06-011-1/+4
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-181-1/+1
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-1/+1
* SSL_ALLOW_ADH no longer has a meaning.Bodo Möller2000-03-141-2/+0