summaryrefslogtreecommitdiff
path: root/apps/engine.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-459/+427
* Change STRING to OPENSSL_STRING etc as common words suchDr. 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
* Changes to "openssl engine" to support the new control command code inGeoff Thorpe2001-04-191-26/+253
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson2001-02-091-1/+1
* Make all engines available in the openssl application.Richard Levitte2000-11-061-5/+0
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-021-0/+3
* 'openssl engine' can now list engine capabilities. The currentRichard Levitte2000-11-021-14/+63
* Better error reporting in 'openssl engine'Richard Levitte2000-11-021-7/+4
* -t is supported, so display some help about it.Richard Levitte2000-11-011-1/+1
* Add application to enumerate, list and test engines with.Richard Levitte2000-11-011-0/+199