summaryrefslogtreecommitdiffstats
path: root/apps/engine.c
AgeCommit message (Expand)Author
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
2005-04-07const fixesNils Larsch
2005-04-05some const fixesNils Larsch
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-03-13Fix PEDANTIC stuff...Dr. Stephen Henson
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-11-14Change the order of events so the capabilities of loaded engines canRichard Levitte
2001-10-01Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe
2001-09-25Put the cipher info back into the "openssl engine" command.Geoff Thorpe
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-20Modify "openssl engine" to handle and display internal controlRichard Levitte
2001-06-19Fix memory leaks.Dr. Stephen Henson
2001-04-29Win32 fixes:Dr. Stephen Henson
2001-04-19Changes to "openssl engine" to support the new control command code inGeoff Thorpe
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-09Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson
2000-11-06Make all engines available in the openssl application.Richard Levitte