]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/rsa.c
Detect EOF while reading in libssl
[thirdparty/openssl.git] / apps / rsa.c
2019-11-07  Rich SalzAdd "sections" to -help output
2019-07-16  Rich SalzRemove function name from errors
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-10  Mansour AhmadiCheck return value of EVP_PKEY_new
2018-11-02  Richard Levitteapps: Stop pretending to care about Netscape keys
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-12-11  Benjamin KadukFix typo in comment
2017-10-18  KaoruTodaRemove parentheses of return.
2017-07-28  Paul YangFix rsa -check option
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-11-17  Dr. Stephen HensonSupport MSBLOB format if RC4 is disabled
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-08-24  Richard LevitteTrust RSA_check_key() to return correct values
2016-08-17  FdaSilvaYYSimplify and add help about OPT_PVK* options
2016-07-30  Viktor Szakatsrsa.c: fix incorrect guard for pvk-* 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-03-21  Matt CaswellFix no-dsa
2016-02-20  Kurt Roeckxargv was set but unused
2016-02-10  Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-08  Dr. Stephen HensonFix engine key support in utilities.
2015-12-14  Viktor DukhovniAvoid erroneous "assert(private)" failures.
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-07-16  Rich SalzRemove obsolete key formats.
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-01  Rich Salzfree null cleanup finale
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-28  Rich Salzremove malloc casts
2015-04-27  Rich SalzFix typo in help & comment formatting
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-02-27  Dr. Stephen HensonMake OpenSSL compile with no-rc4
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2010-04-06  Dr. Stephen HensonPR: 2220
2009-10-01  Dr. Stephen HensonPR: 2061
2009-04-26  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
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2005-08-31  Dr. Stephen HensonIntegrated support for PVK files.
2005-08-21  Ben LaurieFix warning.
2005-08-21  Dr. Stephen HensonCommand line support for RSAPublicKey format.
2005-07-16  Nils Larschmake
2005-04-05  Nils Larschsome const fixes
2004-05-17  Geoff ThorpeRemove some unnecessary recursive includes from the...
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.
2002-02-20  Richard LevitteAdd AES support in the applications that support -des...
2002-01-25  Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
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-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...
2000-11-06  Richard LevitteThe consequence of constification is that to pass the...
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-15  Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-04  Bodo MöllerGenerate correct error reasons strings for SYSerr.
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.
2000-01-08  Ben LaurieMake NO_RSA compile with pedantic.
2000-01-01  Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-11  Dr. Stephen HensonAdd password command line options to some utils. Fix...
1999-10-04  Dr. Stephen HensonAdd support for public key input and output in rsa...
1999-08-17  Bodo MöllerReturn 0 for succesful exit when -noout is used.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-12  Bodo Möllercorrect error handling
1999-07-11  Bodo MöllerNew function RSA_check_key,
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-01-29  Dr. Stephen HensonAllow the -certfile argument to be used multiple times...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...