summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
AgeCommit message (Expand)Author
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson
2016-02-07more doc fixesRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-10-12Fix option name discrepancyMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
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
2012-02-10add fips blocking overrides to command line utilitiesDr. Stephen Henson
2011-04-06Add fips hmac key to dgst utility.Dr. Stephen Henson
2010-03-05Add -engine_impl option to dgst which will use an implementation ofDr. Stephen Henson
2010-02-12PR: 2170Dr. Stephen Henson
2009-10-15PR: 2066Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-04-26Cast to avoid signedness confusionRichard Levitte
2009-04-15Updates from 1.0.0-stable.Dr. 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