Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
[openssl.git] / apps / engine.c
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-05 PauliRework the append_buf function
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-29 Richard Levitteengine app: print out information on STORE loaders...
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2016-10-14 FdaSilvaYYConstify command options
2016-08-04 Richard LevitteHave 'openssl engine' exit with non-zero when some...
2016-06-18 Matt CaswellUse a STACK_OF(OPENSSL_CSTRING) for const char * stacks
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-06 Rich SalzRT4194: Restore old engine parameter parsing.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-23 Alessandro GhediniRemove useless code
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
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...