summaryrefslogtreecommitdiff
path: root/src/verify.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29tar: make checksumming of inner files conditionalTimo Teras1-1/+1
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing.
2009-07-22pkg: cleanup the signing codeTimo Teras1-1/+2
smaller callback and less cases to check. also reintroduce the oneshot digest flag, hopefully correct this time.
2009-07-20db: signed index loading (ref #46)Timo Teras1-6/+7
prefer index in the new format as signed .tar.gz.
2009-07-17verify: new applet (ref #46)Timo Teras1-0/+49
an utility to check package signature and integrity.