summaryrefslogtreecommitdiff
path: root/usr.bin/signify/zsig.c
AgeCommit message (Expand)Author
2019-12-22have parseb64file be non-destructive, so we can write theMarc Espie
2019-12-09tweak -z mode verification to save the header and actually output it,Marc Espie
2019-03-23allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe.Ted Unangst
2017-07-11adjust size to be one less than power of 2, so that doubling will neverTed Unangst
2016-10-04typoMarc Espie
2016-09-27can make function static now that it's living in a separate file.Ted Unangst
2016-09-10spaces found during re-readTheo de Raadt
2016-09-08simplify the extra buffer size copyMarc Espie
2016-09-04well, adding the filename doesn't help... mostly used with pipes anyhowMarc Espie
2016-09-03add the keyname to meta-info that passes thruMarc Espie
2016-09-03switch back to SHA512/256 now that we have the official nist flavorTed Unangst
2016-09-03naddy@ pointed out that SHA512/256 is slightly differentMarc Espie
2016-09-03MAJOR tweak: switch to SHA512/256Marc Espie
2016-09-03nitpicks. all header info is relative. make gzheader freeable.Marc Espie
2016-09-02style polishingTed Unangst
2016-09-02replace exit() with err() and errx() so user knows what happenedTed Unangst
2016-09-02duplicate varMarc Espie
2016-09-02add a new option (-z) for signing gzip archives.Marc Espie