aboutsummaryrefslogtreecommitdiff
path: root/apps/engine.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe1-4/+12
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-11-14Change the order of events so the capabilities of loaded engines canRichard Levitte1-6/+8
2001-10-01Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe1-4/+15
2001-09-25Put the cipher info back into the "openssl engine" command.Geoff Thorpe1-6/+7
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe1-0/+4
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-1/+9
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-20Modify "openssl engine" to handle and display internal controlRichard Levitte1-52/+69
2001-06-19Fix memory leaks.Dr. Stephen Henson1-6/+9
2001-04-29Win32 fixes:Dr. Stephen Henson1-2/+2
2001-04-19Changes to "openssl engine" to support the new control command code inGeoff Thorpe1-26/+253
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2001-02-09Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson1-1/+1
2000-11-06Make all engines available in the openssl application.Richard Levitte1-5/+0
2000-11-02Change the engine library so the application writer has to explicitelyRichard Levitte1-0/+3
2000-11-02'openssl engine' can now list engine capabilities. The currentRichard Levitte1-14/+63
2000-11-02Better error reporting in 'openssl engine'Richard Levitte1-7/+4
2000-11-01-t is supported, so display some help about it.Richard Levitte1-1/+1
2000-11-01Add application to enumerate, list and test engines with.Richard Levitte1-0/+199