Adding missing NULL pointer check
[openssl.git] / apps / spkac.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-18 Tomas Mrazapps/spkac.c: Check result of ASN1_STRING_set()
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-06-15 Paulispkac: allow digests other than MD5 to be used for...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2020-12-15 Rich SalzCheck non-option arguments
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-09 Vladimir Panteleevspkac: Check return values of NETSCAPE_SPKI functions
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-07 Rich SalzAdd "sections" to -help output
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-26 Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
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-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-06-09 Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09 Luke FaraoneAdd support for using engine-backed keys in spkac
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-24 Matt CaswellFix some resource leaks in the apps
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-02-20 Kurt Roeckxargv was set but unused
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-01 Rich Salzfree null cleanup finale
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2005-04-05 Nils Larschsome const fixes
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-25 Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-05 Bodo MöllerAdd missing include (only MONOLITH builds were possible...
2000-03-03 Bodo MöllerAdd an #include.
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-08 Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-09-03 Dr. Stephen HensonAdd new 'spkac' utility and several SPKAC utility funct...