aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile.ssl
Commit message (Collapse)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
| | | | | | | | disabled by default (MDC2 and RC5), which until now were skipped by "make links" and yet supposedly required by some of the Makefiles, meaning that the recent snapshots failed to compile. Problem reported by Nils Larsch.
* 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
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-261-4/+4
| | | | | | | | | | Makefile.shared was a bit overcomplicated. Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on the value the shell variables LDCMD and SHAREDCMD get. That leaves much less chance of confusion, since those pairs of shell variables always are defined together.
* Please BSD make...Andy Polyakov2005-01-251-1/+1
|
* Propagate a few more variables to Makefile.shared when linkingRichard Levitte2004-12-131-2/+4
| | | | programs.
* 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
| | | | | libraries aren't built or used. I can see the point, so I'm reorganising a little for clarity.
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+4
| | | | | | | therefore link with them). Add LD_PRELOAD setting code where it was still missing. PR: 966
* make updateRichard Levitte2004-09-101-1/+2
|
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-2/+4
| | | | | | | | | | This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-5/+5
| | | | PR: 499
* 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
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* make updateGeoff Thorpe2004-04-191-271/+166
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* 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
| | | | | replace mode. PR: 528
* 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
| | | | on it.
* Add full support for -rpath/-R, both in shared libraries andRichard Levitte2003-02-131-5/+17
| | | | | | | | | | | | | | | | | | applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte2003-01-131-2/+1
| | | | PR: 453
* 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
| | | | | | the conditional was set to add the library directory to PATH when the platform is NOT Cygwin. Corrected. PR: 404
* 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
| | | | | and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
* Update the make system for installations:Richard Levitte2002-12-151-6/+9
| | | | | | | | | - define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
* Apparently, bash is more forgiving than sh. To be backwardRichard Levitte2002-12-061-1/+1
| | | | compatible, don't use ==, use = instead...
* 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
| | | | PR: 335
* 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
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* ecdsa => ecBodo Möller2002-08-261-28/+28
| | | | Submitted by: Nils Larsch
* 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
| | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Make sure that settings are passed back and forth when walking aroundLutz Jänicke2002-06-061-2/+3
| | | | | | in the tree during build. Reinstall default PERL settings in Makefiles, as the real reason for the failure was that the settings were not passed.
* 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
| | | | 0.9.7-stable.
* ECDSA supportBodo Möller2002-02-131-645/+735
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>