aboutsummaryrefslogtreecommitdiff
path: root/apps/engine.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Check non-option argumentsRich Salz1-1/+1
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-3/+0
2020-07-16apps: deprecate enginesPauli1-0/+3
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-10Don't compile commands if disabledRich Salz1-14/+10
2019-11-20Document command parameters.Rich Salz1-2/+3
2019-11-08Add "sections" to -help outputRich Salz1-3/+7
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-06Rework the append_buf functionPauli1-18/+28
2017-07-05Undo commit d420ac2Rich Salz1-2/+2
2017-06-29engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte1-0/+32
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-8/+8
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-04Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte1-2/+6
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell1-15/+11
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson1-4/+8
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-12/+10
2016-02-06RT4194: Restore old engine parameter parsing.Rich Salz1-22/+42
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-10-23Remove useless codeAlessandro Ghedini1-5/+0
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte1-1/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-8/+4
2015-04-30In apps, malloc or dieRich Salz1-7/+3
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-128/+104
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-01-30Dead code clean: #if 0 removal in appsRich Salz1-3/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-458/+426
2015-01-12RT3548: Remove unsupported platformsRich Salz1-3/+0
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-20/+20
2009-02-15Stop warning about use of *printf() without a format.Dr. Stephen Henson1-2/+2
2008-12-20Make no-engine work again.Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-20/+22
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson1-0/+10
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-5/+0
2005-05-10improve command line argument checkingNils Larsch1-0/+4
2005-04-07const fixesNils Larsch1-1/+1
2005-04-05some const fixesNils Larsch1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2003-03-13Fix PEDANTIC stuff...Dr. Stephen Henson1-7/+6
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson1-0/+8
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+3