aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
Commit message (Expand)AuthorAgeFilesLines
* Move malloc fail checks closer to mallocMatt Caswell2015-03-171-5/+5
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-577/+519
* Document openssl dgst -hmac optionThorsten Glaser2014-12-301-0/+2
* Don't core dump when using CMAC with dgst.Dr. Stephen Henson2014-06-291-2/+8
* add fips blocking overrides to command line utilitiesDr. Stephen Henson2012-02-101-0/+10
* Add fips hmac key to dgst utility.Dr. Stephen Henson2011-04-061-0/+2
* Add -engine_impl option to dgst which will use an implementation ofDr. Stephen Henson2010-03-051-6/+21
* PR: 2170Dr. Stephen Henson2010-02-121-1/+1
* PR: 2066Dr. Stephen Henson2009-10-151-0/+9
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-11/+11
* Cast to avoid signedness confusionRichard Levitte2009-04-261-1/+1
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-30/+24
* Stop warnings.Dr. Stephen Henson2009-03-311-1/+1
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>Dr. Stephen Henson2009-03-181-1/+8
* remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall2008-07-271-1/+0
* More type-checking.Ben Laurie2008-06-041-11/+11
* Provide information about "openssl dgst" -hmac option.Lutz Jänicke2008-05-191-0/+1
* Typo.Dr. Stephen Henson2007-05-211-1/+1
* Fixes for dgst tool. Initialize md_name, sig_name properly. Return error codeDr. Stephen Henson2007-05-211-15/+11
* Set len to buffer size.Dr. Stephen Henson2007-05-171-0/+1
* Prepend signature name in dgst output.Dr. Stephen Henson2007-05-171-19/+30
* Use default md if none specified in dgst utility.Dr. Stephen Henson2007-05-171-6/+16
* Use EVP_DigestVerify() in dgst.c if verifying.Dr. Stephen Henson2007-05-171-1/+6
* Bug in apps/dgst.c.Andy Polyakov2007-04-301-2/+2
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-26/+72
* New -sigopt option for dgst utility.Dr. Stephen Henson2007-04-081-13/+56
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-181-1/+1
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-081-7/+37
* replace macros with functionsNils Larsch2006-11-291-1/+1
* Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson2006-03-281-4/+1
* Mention Whirlpool in dgst -help.Andy Polyakov2005-11-301-10/+16
* Add -passin argument to dgst command.Dr. Stephen Henson2004-12-031-1/+16
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-1/+7
* 'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov2004-07-251-0/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Handle read errors.Ben Laurie2002-06-111-13/+43
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-41/+8
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make flag variables int instead of char. This avoids getting into trouble on...Richard Levitte2000-10-311-3/+3