aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile.ssl
Commit message (Expand)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-877/+0
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-131-6/+5
* Shut whiny make's up.Andy Polyakov2005-02-031-1/+1
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-13/+2
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-261-4/+4
* Please BSD make...Andy Polyakov2005-01-251-1/+1
* Propagate a few more variables to Makefile.shared when linkingRichard Levitte2004-12-131-2/+4
* Zap obsolete der_chop script.Dr. Stephen Henson2004-11-141-1/+1
* Cut'n'paste mistake. All tested OK now...Richard Levitte2004-11-111-1/+1
* Whoops, syntactic mistake...Richard Levitte2004-11-111-2/+2
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-12/+15
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+4
* make updateRichard Levitte2004-09-101-1/+2
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-2/+4
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-5/+5
* Working on HP-UX shared support...Andy Polyakov2004-05-311-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-402/+386
* make updateGeoff Thorpe2004-04-191-271/+166
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Let exit codes propagate from within for loops.Richard Levitte2003-10-311-2/+2
* make updateRichard Levitte2003-05-011-151/+179
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-201-1/+4
* Allow building applications against static libraries with Makefile.shared.Richard Levitte2003-02-221-3/+9
* Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte2003-02-141-0/+1
* Add full support for -rpath/-R, both in shared libraries andRichard Levitte2003-02-131-5/+17
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte2003-01-131-2/+1
* make updateRichard Levitte2002-12-291-709/+400
* Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte2002-12-241-1/+1
* There was a mixup between INSTALLTOP and OPENSSLDIR...Richard Levitte2002-12-201-1/+1
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte2002-12-191-1/+0
* Update the make system for installations:Richard Levitte2002-12-151-6/+9
* Apparently, bash is more forgiving than sh. To be backwardRichard Levitte2002-12-061-1/+1
* Corrected DJGPP patchRichard Levitte2002-12-051-1/+2
* Changes to make shared library building and use work better with CygwinRichard Levitte2002-11-151-1/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-25/+26
* Make the programs link against the static library on MacOS X.Richard Levitte2002-11-111-1/+1
* Remove redundancy and use the main makefile betterRichard Levitte2002-10-091-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* ecdsa => ecBodo Möller2002-08-261-28/+28
* make updateBodo Möller2002-08-091-762/+789
* make updateRichard Levitte2002-08-011-1/+1
* "make update"Lutz Jänicke2002-07-301-1028/+1026
* On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte2002-07-171-2/+2
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-449/+732
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Make sure that settings are passed back and forth when walking aroundLutz Jänicke2002-06-061-2/+3
* The correct PERL interpreter is passed via commandline.Lutz Jänicke2002-06-051-1/+0
* make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-061-31/+32
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-334/+386
* ECDSA supportBodo Möller2002-02-131-645/+735