summaryrefslogtreecommitdiff
path: root/src/share/keytrans
AgeCommit message (Collapse)Author
2009-06-09added comments to keytransDaniel Kahn Gillmor
2009-05-25break out signature timestamp from key timestamp, allow them to be set ↵Daniel Kahn Gillmor
independently.
2009-05-21properly match fingerprints with leading 0 bytes ↵Daniel Kahn Gillmor
(https://labs.riseup.net/code/issues/show/831)
2009-05-12pem2openpgp now makes signatures over SHA256 instead of SHA1, due to ↵Daniel Kahn Gillmor
concerns about the growing weakness of SHA1.
2009-04-06remove -w from keytrans shebang line, since it's redundant with 'use warnings'Jameson Graef Rollins
2009-04-06more portable perl-based simple_checksum; i think this is correct, but i ↵Daniel Kahn Gillmor
welcome any pointers about what i might be getting wrong.
2009-04-05undo perl shebang line change i just made, since the '-w -T' options don't ↵Jameson Graef Rollins
seem to work with /usr/bin/env
2009-04-05use /usr/bin/env to call perl in keytrans shebang.Jameson Graef Rollins
2009-03-01updating header comments in keytrans now that it serves two purposes.Daniel Kahn Gillmor
2009-03-01transition to the perl-based keytrans implementation.Daniel Kahn Gillmor