aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
AgeCommit message (Expand)AuthorFilesLines
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte1-0/+11
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte1-1/+1
2002-01-02On Solaris64, cc needs the flag -xarch=v9 when linking sharedRichard Levitte1-10/+20
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte1-9/+10
2001-10-10For systems where gcc is used and where we don't know if GNU ld isRichard Levitte1-44/+75
2001-09-06Completely reworked SVR5 shared library support.Lutz Jänicke1-8/+12
2001-09-06Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke1-0/+11
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte1-1/+25
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte1-2/+2
2001-06-05Small detail about AIX forgotten...Richard Levitte1-2/+2
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-1/+1
2001-04-27A method to create shared libraries on AIX, and according toRichard Levitte1-0/+43
2001-04-26Linux shared libraries can be linked with debug symbols.Richard Levitte1-2/+2
2001-04-12undo previous change ...Bodo Möller1-2/+0
2001-04-12update from 0.9.6aBodo Möller1-0/+2
2001-04-08'||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller1-2/+2
2001-04-04Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte1-3/+4
2001-04-04Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent li...Richard Levitte1-1/+1
2001-03-24When using the native tools on Solaris, make damn sure the native ldRichard Levitte1-1/+2
2001-03-24ln on Solaris expects -f to come before -s.Richard Levitte1-2/+3
2001-03-22We really have no need for PEX_LIBS, so empty it.Richard Levitte1-1/+1
2001-03-15Minimise the amount of -L. when linking the shared libraries. ItRichard Levitte1-9/+9
2001-03-13typoBodo Möller1-1/+1
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller1-2/+2
2001-03-06Change obj_... generation so that it does not generate rubbish orBodo Möller1-2/+2
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller1-1/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-2/+9
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+5
2001-01-10Pass ${PERL} down to the Makefile in sub-directory "test" inBodo Möller1-1/+1
2001-01-10Use $(PERL) in place of hard-coded perlBodo Möller1-7/+7
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-3/+7
2000-11-14Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.Lutz Jänicke1-2/+2
2000-11-13HP-UX shared libraries do not build any longer, as EX_LIBS containsLutz Jänicke1-8/+26
2000-11-12For a long time, I've wanted to be able to easily run one or a fewRichard Levitte1-1/+5
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte1-2/+1
2000-11-06Make sure that shared libraries get the internal name engine with theRichard Levitte1-3/+3
2000-11-01Add support for shared libraries under Irix.Richard Levitte1-0/+9
2000-10-31Rename true64 to the correct tru64.Richard Levitte1-1/+1
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+1
2000-10-22When building shared libraries on HP-UX 10.20 and HP-UX 11.00 (32bit),Richard Levitte1-1/+2
2000-10-22It seems like grep isn't as capable as I thought on some Unix systems.Richard Levitte1-1/+1
2000-10-21Add what's needed to get shared libraries on HP-UX.Richard Levitte1-0/+18
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-1/+1
2000-10-13Rework the system to generate shared libraries:Richard Levitte1-82/+72
2000-10-09Make sure ranlib is only used on .a libraries.Richard Levitte1-1/+2
2000-09-26Verbose output when installing manual pages so that you see thatBodo Möller1-2/+2
2000-09-21I'm using GNU tar...Richard Levitte1-1/+1
2000-08-17Allow reconfiguration. This can be useful if some source updateRichard Levitte1-0/+1
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-1/+1