aboutsummaryrefslogtreecommitdiff
path: root/apps/dgst.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell1-0/+11
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-2/+2
2018-03-15Add support for setting raw private HMAC keysMatt Caswell1-2/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-17Fix some pedantic warnings.Pauli1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-10/+8
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-27/+29
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-20RT3669: dgst can only sign/verify one file.Rich Salz1-0/+4
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-02-22Remove unused parameters from internal functionsRich Salz1-4/+4
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson1-5/+5
2016-02-07more doc fixesRich Salz1-5/+8
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz1-13/+2
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-10-12Fix option name discrepancyMatt Caswell1-2/+2
2015-09-06Change the way apps open their input and output filesRichard Levitte1-1/+1
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-1/+1
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-01free NULL cleanup -- codaRich Salz1-6/+3
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-04-30In apps, malloc or dieRich Salz1-9/+2
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-13/+5
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-214/+156
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-03-17Move malloc fail checks closer to mallocMatt Caswell1-5/+5
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-577/+519
2014-12-30Document openssl dgst -hmac optionThorsten Glaser1-0/+2
2014-06-29Don't core dump when using CMAC with dgst.Dr. Stephen Henson1-2/+8
2012-02-10add fips blocking overrides to command line utilitiesDr. Stephen Henson1-0/+10
2011-04-06Add fips hmac key to dgst utility.Dr. Stephen Henson1-0/+2
2010-03-05Add -engine_impl option to dgst which will use an implementation ofDr. Stephen Henson1-6/+21
2010-02-12PR: 2170Dr. Stephen Henson1-1/+1
2009-10-15PR: 2066Dr. Stephen Henson1-0/+9
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-11/+11
2009-04-26Cast to avoid signedness confusionRichard Levitte1-1/+1
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson1-30/+24
2009-03-31Stop warnings.Dr. Stephen Henson1-1/+1
2009-03-18Submitted by: Victor B. Wagner <vitus@cryptocom.ru>Dr. Stephen Henson1-1/+8
2008-07-27remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall1-1/+0
2008-06-04More type-checking.Ben Laurie1-11/+11