aboutsummaryrefslogtreecommitdiffstats
path: root/engines/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build correctly for me on FreeBSD 10.Ben Laurie2015-01-301-0/+1
| | | | | | Reviewed-by: Rich Salz Don't debug.
* Make output consistency: remove blank lineRich Salz2015-01-291-1/+0
| | | | | | | | When you use "-s" in the make flag, you see that engines outputs a blank line because EDIRS isn't set. This is a debug echo that isn't needed. Reviewed-by: Richard Levitte <levitte@openssl.org>
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-1/+0
| | | | | | | | | This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-081-132/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3271: Don't use "if !" in shell linesRich Salz2014-09-091-4/+4
| | | | | | For portability don't use "if ! expr" Reviewed-by: Geoff Thorpe <geoff@openssl.org>
* Add support for Cygwin-x86_64.Andy Polyakov2013-09-151-1/+1
| | | | | PR: 3110 Submitted by Corinna Vinschen.
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov2012-03-191-0/+1
|
* Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie2011-12-131-1/+0
| | | | so remove for now.
* "make update" (partial)Bodo Möller2011-10-191-7/+8
|
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-061-2/+11
|
* make updateBodo Möller2011-02-031-11/+11
|
* engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.Andy Polyakov2010-08-241-1/+1
| | | | PR: 2319
* PR: 2135Dr. Stephen Henson2010-01-161-1/+1
| | | | | | Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
* PR: 1686Dr. Stephen Henson2009-11-101-0/+1
| | | | | | | Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
* PR: 2003Dr. Stephen Henson2009-08-101-4/+4
| | | | | Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
* Make update.Dr. Stephen Henson2009-07-081-4/+3
|
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-2/+2
|
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-2/+1
|
* More type-checking.Ben Laurie2008-06-041-33/+82
|
* Add CryptoAPI ENGINE from stable branch.Dr. Stephen Henson2008-05-311-4/+7
|
* LHASH revamp. make depend.Ben Laurie2008-05-261-4/+6
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-9/+12
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson2007-05-171-0/+1
|
* Move eng_padlock.c to ./engines.Andy Polyakov2006-12-291-3/+15
| | | | Submitted by: Michal Ludvig <michal@logix.cz>
* Avoid application relink on every make invocation.Andy Polyakov2006-10-201-2/+2
|
* Compile in gost engine.Dr. Stephen Henson2006-09-211-3/+19
|
* Add BeOS support.Ulf Möller2006-04-111-0/+1
| | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* make updateUlf Möller2006-02-121-0/+111
|
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-111/+0
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Fix install problems on MacOS X and HP-UX.Andy Polyakov2005-10-251-4/+11
| | | | PR: 1218,1185
* Jumbo Makfiles update.Andy Polyakov2005-06-231-19/+18
| | | | | | | | | | - 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].
* Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe2005-05-291-41/+41
| | | | dynamic loading is consistent with respect to engine ids.
* Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte2005-05-211-2/+7
|
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-4/+1
|
* Fool-proofing MakefilesAndy Polyakov2005-05-151-6/+1
|
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-1/+4
| | | | | | | | 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.
* Fold rules in test/Makefiles [from stable].Andy Polyakov2005-04-301-3/+1
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-0/+243