CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 10:10:56
Modified files:
usr.bin/signify: Makefile signify.c
Added files:
usr.bin/signify: signify.h zsig.c
Log message:
add a new option (-z) for signing gzip archives.
- simple barebones gzip header parsing
- signature is outside of the archive
- checksums for blocks of 64K
- verify stuff then pass it to the pipeline
lots of inputs by tedu@ and deraadt@
okay tedu@
