]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/dgst.c
Rework the provider digest constructor to provide implementation get_params
[thirdparty/openssl.git] / apps / dgst.c
2019-03-30  Pauliissue-8493: Fix for filenames with newlines using opens...
2019-03-29  Richard Levitteopenssl dgst: show MD name at all times
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-06  Matt CaswellAdd a note and better error if using Ed25519/Ed448...
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
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-07-17  PauliFix some pedantic warnings.
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-09-20  Rich SalzRT3669: dgst can only sign/verify one file.
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-08  Dr. Stephen HensonFix engine key support in utilities.
2016-02-08  Rich Salzmore doc fixes
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-06  Rich SalzRemove more (rest?) of FIPS build stuff.
2015-12-11  Rich SalzUse SHA256 not MD5 as default digest.
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-10-12  Matt CaswellFix option name discrepancy
2015-09-05  Richard LevitteChange the way apps open their input and output 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 -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree cleanup almost the finale
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-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-03-17  Matt CaswellMove malloc fail checks closer to malloc
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Thorsten GlaserDocument openssl dgst -hmac option
2014-06-29  Dr. Stephen HensonDon't core dump when using CMAC with dgst.
2012-02-10  Dr. Stephen Hensonadd fips blocking overrides to command line utilities
2011-04-06  Dr. Stephen HensonAdd fips hmac key to dgst utility.
2010-03-05  Dr. Stephen HensonAdd -engine_impl option to dgst which will use an imple...
2010-02-12  Dr. Stephen HensonPR: 2170
2009-10-15  Dr. Stephen HensonPR: 2066
2009-07-27  Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-26  Richard LevitteCast to avoid signedness confusion
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-03-31  Dr. Stephen HensonStop warnings.
2009-03-18  Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru>
2008-07-27  Ralf S. Engelschallremove a doubled entry for '-binary' in the usage message
2008-06-04  Ben LaurieMore type-checking.
2008-05-19  Lutz JänickeProvide information about "openssl dgst" -hmac option.
2007-05-21  Dr. Stephen HensonTypo.
2007-05-21  Dr. Stephen HensonFixes for dgst tool. Initialize md_name, sig_name prope...
2007-05-17  Dr. Stephen HensonSet len to buffer size.
2007-05-17  Dr. Stephen HensonPrepend signature name in dgst output.
2007-05-17  Dr. Stephen HensonUse default md if none specified in dgst utility.
2007-05-17  Dr. Stephen HensonUse EVP_DigestVerify() in dgst.c if verifying.
2007-04-30  Andy PolyakovBug in apps/dgst.c.
2007-04-11  Dr. Stephen HensonNew -mac and -macopt options to dgst utility. Reimpleme...
2007-04-08  Dr. Stephen HensonNew -sigopt option for dgst utility.
2007-02-18  Dr. Stephen HensonUpdates from 0.9.8-stable branch.
2007-02-08  Dr. Stephen HensonAdd -hmac option to dgst from 0.9.7 stable branch.
2006-11-29  Nils Larschreplace macros with functions
2006-03-28  Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2005-11-30  Andy PolyakovMention Whirlpool in dgst -help.
2004-12-03  Dr. Stephen HensonAdd -passin argument to dgst command.
2004-08-05  Dr. Stephen HensonDon't ignore return value of EVP_DigestInit_ex() in...
2004-07-25  Andy Polyakov'apps/openssl dgst -help' update and minor apps/speed...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
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-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-08-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-06-11  Ben LaurieHandle read errors.
2002-04-06  Richard LevitteAllow longer program names (VMS allows up to 39 charact...
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-18  Richard LevitteProvide an application-common setup function for engine...
2001-05-30  Richard LevitteExtend all the loading functions to take an engine...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-10-31  Richard LevitteMake flag variables int instead of char. This avoids...
2000-10-28  Richard LevitteAdd the possibility to use keys handled by engines...
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-09-19  Dr. Stephen HensonFix a typo in apps/pkcs12.c which was using the wrong...
2000-09-17  Richard Levittesiglen is unsigned, so comparing it to less than 0...
2000-08-30  Dr. Stephen HensonFix typo in i2d_ASN1_ENUMERATED
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
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...
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-05-11  Bodo Möllerargc counting bug fixed.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
next