aboutsummaryrefslogtreecommitdiffstats
path: root/apps/engine.c
Commit message (Expand)AuthorAgeFilesLines
* Rework the append_buf functionPauli2017-07-061-18/+28
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte2017-06-291-0/+32
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-8/+8
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte2016-08-041-2/+6
* Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell2016-06-181-15/+11
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-4/+8
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-12/+10
* RT4194: Restore old engine parameter parsing.Rich Salz2016-02-061-22/+42
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Remove useless codeAlessandro Ghedini2015-10-231-5/+0
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-8/+4
* In apps, malloc or dieRich Salz2015-04-301-7/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-128/+104
* free NULL cleanupRich Salz2015-03-251-2/+1
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-458/+426
* RT3548: Remove unsupported platformsRich Salz2015-01-121-3/+0
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-20/+20
* Stop warning about use of *printf() without a format.Dr. Stephen Henson2009-02-151-2/+2
* Make no-engine work again.Dr. Stephen Henson2008-12-201-1/+1
* More type-checking.Ben Laurie2008-06-041-20/+22
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-011-0/+10
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-5/+0
* improve command line argument checkingNils Larsch2005-05-101-0/+4
* const fixesNils Larsch2005-04-071-1/+1
* some const fixesNils Larsch2005-04-051-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
* Fix PEDANTIC stuff...Dr. Stephen Henson2003-03-131-7/+6
* Avoid warnings for no-engine and PEDANTICDr. Stephen Henson2003-03-121-0/+8
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+3
* "openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe2003-01-301-4/+12
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Change the order of events so the capabilities of loaded engines canRichard Levitte2001-11-141-6/+8
* Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe2001-10-011-4/+15
* Put the cipher info back into the "openssl engine" command.Geoff Thorpe2001-09-251-6/+7
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-251-0/+4
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-1/+9
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Modify "openssl engine" to handle and display internal controlRichard Levitte2001-06-201-52/+69
* Fix memory leaks.Dr. Stephen Henson2001-06-191-6/+9
* Win32 fixes:Dr. Stephen Henson2001-04-291-2/+2