summaryrefslogtreecommitdiffstats
path: root/apps/engine.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-25apps/engine: add EC to list of capabilitiesMartin Oliveira
2024-01-25replace strstr() with strchr() for single charactersrilysh
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2021-05-06Update copyright yearMatt Caswell
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-07-16apps: deprecate enginesPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10Don't compile commands if disabledRich Salz
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-07-06Rework the append_buf functionPauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-29engine app: print out information on STORE loaders and STORE FILE handlersRichard Levitte
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2016-10-14Constify command optionsFdaSilvaYY
2016-08-04Have 'openssl engine' exit with non-zero when some engine fails to loadRichard Levitte
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-06RT4194: Restore old engine parameter parsing.Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-05-29Restore module loadingRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-02-15Stop warning about use of *printf() without a format.Dr. Stephen Henson
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-05-10improve command line argument checkingNils Larsch