index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
signify
/
zsig.c
Age
Commit message (
Expand
)
Author
2019-12-22
have parseb64file be non-destructive, so we can write the
Marc Espie
2019-12-09
tweak -z mode verification to save the header and actually output it,
Marc Espie
2019-03-23
allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe.
Ted Unangst
2017-07-11
adjust size to be one less than power of 2, so that doubling will never
Ted Unangst
2016-10-04
typo
Marc Espie
2016-09-27
can make function static now that it's living in a separate file.
Ted Unangst
2016-09-10
spaces found during re-read
Theo de Raadt
2016-09-08
simplify the extra buffer size copy
Marc Espie
2016-09-04
well, adding the filename doesn't help... mostly used with pipes anyhow
Marc Espie
2016-09-03
add the keyname to meta-info that passes thru
Marc Espie
2016-09-03
switch back to SHA512/256 now that we have the official nist flavor
Ted Unangst
2016-09-03
naddy@ pointed out that SHA512/256 is slightly different
Marc Espie
2016-09-03
MAJOR tweak: switch to SHA512/256
Marc Espie
2016-09-03
nitpicks. all header info is relative. make gzheader freeable.
Marc Espie
2016-09-02
style polishing
Ted Unangst
2016-09-02
replace exit() with err() and errx() so user knows what happened
Ted Unangst
2016-09-02
duplicate var
Marc Espie
2016-09-02
add a new option (-z) for signing gzip archives.
Marc Espie