Standardize progress callback for dhparam, dsaparam, etc.
[openssl.git] / apps / dsaparam.c
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
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...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Rich SalzLoad rand state after loading providers
2020-12-15 Rich SalzCheck non-option arguments
2020-11-13 Rich SalzRemove -C from dhparam,dsaparam,ecparam
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-06-17 Paulicoverity 1464212, 1464214 & 1464215: Resource leaks
2020-06-10 Dr. David von OheimbMake error output of dhparams and dsaparams app more...
2020-06-08 Richard LevitteAPPS: Fix 'openssl dsaparam -genkey'
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Paulidsaparam: update command line app to use EVP calls
2020-04-10 Rich SalzDon't compile commands if disabled
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-13 PauliApps: don't build deprecated DH and DSA apps.
2020-02-11 Paulidsa: deprecate applications that depend on the low...
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-05-01 Philip Prindevillegendsa: dsaparam: introduce -verbose option to enable...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-29 Beat Bolliapps/dsaparam.c generates code that is intended to...
2018-07-25 Andy Polyakovapps/dsaparam.c: make dsaparam -C output strict-warning...
2018-07-22 Andy Polyakovapps/dsaparam.c: fix -C output.
2018-06-05 Georg SchmidtIssue warnings for large DSA and RSA keys
2018-03-26 Bernd EdlingerFix dsaparam -genkey with DER outform
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-02-28 Rich SalzRemove GENCB_TEST compile flag
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-01 Matt CaswellFree a temporary buffer used by dsaparam application
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-04 Viktor DukhovniFix mixed declarations and code
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-01-12 Rich SalzRT4227: Range-check in apps.
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
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-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-28 Rich Salzremove malloc casts
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-08 Matt CaswellUpdate apps for bn opaque change
2011-04-23 Dr. Stephen HensonMore fixes for DSA FIPS overrides.
2011-04-23 Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2010-06-12 Ben LaurieFix warnings.
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2005-07-16 Nils Larschmake
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-11 Geoff ThorpeThis stops a compiler warning from -Wmissing-prototypes.
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-04-23 Bodo Möllerfix usage (no 'key')
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-19 Dr. Stephen Hensonmake apps compile again
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-10 Bodo MöllerFix C code generate by 'openssl dsaparam -C'.
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-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
next