Age | Commit message (Collapse) | Author |
|
help ok espie
|
|
|
|
|
|
insert files we want to check into a hash,
parse SHA256 message on the fly, delete entries whose checksum match,
then display entries that failed.
This completely avoids allocating temporary storage for file names and checksums
and removes the quadratic match (argv[i] vs line[n]).
okay tedu@
|
|
tedu was bitten by the RETARDED interface in sha2.h (who names string LENGTH
things that are actually buffer SIZES) ?
make -C mode work again.
okay beck@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
okay tedu@
|
|
|
|
|
|
|
|
|
|
|
|
(stop printing fingerprints here; probably not that helpful)
|
|
|
|
|
|
|
|
writeb64file. idea from deraadt
|
|
|
|
|
|
|
|
|
|
by deraadt
|
|
|
|
|
|
embed the name of the verification key to save some typing
|
|
too many features; this circus needs a lion tamer
|
|
|
|
|
|
ok jmc@ tedu@
|
|
|
|
simplify verifychecksums with the knowledge that input is a proper string.
|
|
|
|
tweak failure tracking
|
|
ok deraadt
|
|
|
|
|