Fix missing return value checks in SCTP
[openssl.git] / apps / engine.c
2015-05-29 Richard LevitteRestore module loading
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-02-15 Dr. Stephen HensonStop warning about use of *printf() without a format.
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-06-04 Ben LaurieMore type-checking.
2006-06-01 Dr. Stephen HensonAdd missing prototype. Extend engine utility to print...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2005-05-10 Nils Larschimprove command line argument checking
2005-04-07 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-03-13 Dr. Stephen HensonFix PEDANTIC stuff...
2003-03-12 Dr. Stephen HensonAvoid warnings for no-engine and PEDANTIC
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Geoff Thorpe"openssl engine" will not display ENGINE/DSO load failu...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-11-14 Richard LevitteChange the order of events so the capabilities of loade...
2001-10-01 Geoff ThorpeMake "openssl engine -c" list any supported digests...
2001-09-25 Geoff ThorpePut the cipher info back into the "openssl engine"...
2001-09-25 Geoff ThorpeMake necessary tweaks to apps/ files due to recent...
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-20 Richard LevitteModify "openssl engine" to handle and display internal...
2001-06-19 Dr. Stephen HensonFix memory leaks.
2001-04-29 Dr. Stephen HensonWin32 fixes:
2001-04-19 Geoff ThorpeChanges to "openssl engine" to support the new control...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-11-02 Richard LevitteChange the engine library so the application writer...
2000-11-02 Richard Levitte'openssl engine' can now list engine capabilities....
2000-11-02 Richard LevitteBetter error reporting in 'openssl engine'
2000-11-01 Richard Levitte-t is supported, so display some help about it.
2000-11-01 Richard LevitteAdd application to enumerate, list and test engines...