summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-09-20RT4669: dgst can only sign/verify one fileRichard Levitte
2015-03-17Move malloc fail checks closer to mallocMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30Document openssl dgst -hmac optionThorsten Glaser
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson
2014-01-23Add -engine_impl option to dgst which will use an implementation ofDr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-02-10add fips hmac option and fips blocking overrides to command line utilitiesDr. Stephen Henson
2010-02-12PR: 2170Dr. Stephen Henson
2009-10-15PR: 2066Dr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-04-26Cast to avoid signedness confusionRichard Levitte
2009-04-10Fix usage messages and lookup digests later in req command.Dr. Stephen Henson
2009-04-10Print out registered digest names in dgst utility instead of hardDr. Stephen Henson
2009-03-31Stop warnings.Dr. Stephen Henson
2009-03-18Submitted by: Victor B. Wagner <vitus@cryptocom.ru>Dr. Stephen Henson
2008-07-27remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall
2008-06-04More type-checking.Ben Laurie
2008-05-19Provide information about "openssl dgst" -hmac option.Lutz Jänicke
2007-05-21Typo.Dr. Stephen Henson
2007-05-21Fixes for dgst tool. Initialize md_name, sig_name properly. Return error codeDr. Stephen Henson
2007-05-17Set len to buffer size.Dr. Stephen Henson
2007-05-17Prepend signature name in dgst output.Dr. Stephen Henson
2007-05-17Use default md if none specified in dgst utility.Dr. Stephen Henson
2007-05-17Use EVP_DigestVerify() in dgst.c if verifying.Dr. Stephen Henson
2007-04-30Bug in apps/dgst.c.Andy Polyakov
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson
2007-04-08New -sigopt option for dgst utility.Dr. Stephen Henson
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson
2005-11-30Mention Whirlpool in dgst -help.Andy Polyakov
2004-12-03Add -passin argument to dgst command.Dr. Stephen Henson
2004-08-05Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson
2004-07-25'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-06-11Handle read errors.Ben Laurie
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe