aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-10/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-27/+29
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* RT3669: dgst can only sign/verify one file.Rich Salz2016-09-201-0/+4
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Remove unused parameters from internal functionsRich Salz2016-02-221-4/+4
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-5/+5
* more doc fixesRich Salz2016-02-071-5/+8
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-13/+2
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-111-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Fix option name discrepancyMatt Caswell2015-10-121-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* In apps, malloc or dieRich Salz2015-04-301-9/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-13/+5
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-214/+156
* free NULL cleanupRich Salz2015-03-281-2/+1
* free NULL cleanupRich Salz2015-03-251-4/+2
* 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