summaryrefslogtreecommitdiffstats
path: root/commands/digest.c
Commit message (Expand)AuthorAgeFilesLines
* digest: digest doesn't return an error if the signature length is incorrectPhilippe Leduc2015-07-061-2/+3
* commands: digest: fix harmless warningLucas Stach2015-06-291-1/+1
* command: digest/hashsum: set key at command levelJean-Christophe PLAGNIOL-VILLARD2015-03-271-17/+10
* crypto: digest: speficied when a digest need a key to be usedJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+3
* command: add generic digest commandJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+204
* command: rename digest.c to hashsum.cJean-Christophe PLAGNIOL-VILLARD2015-03-191-233/+0
* crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key p...Jean-Christophe PLAGNIOL-VILLARD2015-03-191-2/+8
* command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-5/+29
* command: add sha384sum and sha512sum supportJean-Christophe PLAGNIOL-VILLARD2015-03-121-0/+42
* digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-121-1/+2
* digest: introduce digest_{init/update/final/length}Jean-Christophe PLAGNIOL-VILLARD2015-03-121-2/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-12/+12
* commands: group 'help' outputHolger Schurig2014-05-141-0/+4
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* commands/digest: don't print checksum for non-existing filesAntony Pavlov2012-08-281-5/+7
* make parse_area_spec arguments loff_tSascha Hauer2012-06-301-2/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-4/+4
* command/digest: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+20
* digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-121-62/+16
* commands: add md5/sha1/sha256sum commands using the digest apiPeter Korsgaard2011-05-191-0/+183