crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / apps / genrsa.c
2023-09-28 Matt CaswellCopyright year updates
2023-09-21 Bernd EdlingerFix some memory leaks in the openssl app
2022-08-17 Clemens LangAPPS: genrsa: Support setting properties
2022-05-03 Matt CaswellUpdate copyright year
2022-01-28 Philip PrindevilleAdd -verbose/-queit flags to dhparam
2022-01-28 Philip PrindevilleUse progress_cb in genrsa
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-20 Rich SalzFetch and free cipher and md's
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 SalzFetch cipher after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2020-12-15 Rich SalzCheck non-option arguments
2020-11-18 Richard LevitteDeprecate RSA harder
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-09 Kurt RoeckxSupport writing RSA keys using the traditional format...
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Pauligenrsa: 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-20 PauliDeprecate the low level RSA functions.
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-05-01 Philip Prindevillegenrsa: introduce -verbose option to enable output
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-05 Georg SchmidtIssue warnings for large DSA and RSA keys
2018-02-28 Paul YangFix the type of -out option
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 Rich SalzCheck # of arguments for remaining commands.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
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-05-17 Rich SalzCopyright consolidation 01/10
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
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-07-31 Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-29 Richard LevitteRestore module loading
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
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-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
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2013-01-07 Dr. Stephen HensonChange default bits to 1024
2011-04-23 Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2010-03-01 Dr. Stephen Hensonuse supplied ENGINE in genrsa
2009-04-06 Dr. Stephen HensonUpdate from 1.0.0-stable
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2005-07-16 Nils Larschmake
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
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-02-22 Dr. Stephen HensonConfig code updates.
2002-02-20 Richard LevitteAdd AES support in the applications that support -des...
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 Richard LevitteDo a proof of concept. "openssl genrsa" will make...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
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-08 Bodo MöllerAccept -F4 option in lower case, which is what the...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-01 Bodo Möller'rand'/'-rand' documentation.
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 Ulf Möllerispell (and minor modifications)
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
1999-10-26 Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
next