summaryrefslogtreecommitdiffstats
path: root/engines/Makefile
AgeCommit message (Collapse)Author
2010-08-24engine/Makefile: harmonize engine install rule for .dylib extension on MacOS ↵Andy Polyakov
X [from HEAD]. PR: 2319
2010-01-16PR: 2135Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
2009-11-10PR: 1686Dr. Stephen Henson
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
2009-08-10PR: 2003Dr. Stephen Henson
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
2009-06-14Make depend.Ben Laurie
2009-04-23Make no-gost work properly.Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-05-31Add CryptoAPI ENGINE from stable branch.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2007-05-17Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov
Submitted by: Michal Ludvig <michal@logix.cz>
2006-10-20Avoid application relink on every make invocation.Andy Polyakov
2006-09-21Compile in gost engine.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-02-12make updateUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-10-25Fix install problems on MacOS X and HP-UX.Andy Polyakov
PR: 1218,1185
2005-06-23Jumbo Makfiles update.Andy Polyakov
- eliminate ambiguities between GNU-ish and SysV-ish make flavors; - switch [back] to -e; - fold/unify rules; This is follow-up to the patch introducing common BUILDENV. Idea is to collect as much parameters in $(TOP) as possible and "strip" lower Makefiles for most variables [and thus makes them more readable].
2005-05-29Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe
dynamic loading is consistent with respect to engine ids.
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
2005-04-30Fold rules in test/Makefiles [from stable].Andy Polyakov
2005-03-30Blow away Makefile.ssl.Ben Laurie