rsa: Do not allow less than 512 bit RSA keys
[openssl.git] / apps / spkac.c
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...