Age | Commit message (Expand) | Author |
2009-07-14 | fixing typo and thinko in keytrans | Daniel Kahn Gillmor |
2009-07-14 | added tests to keytrans add and revoke user ID functionality | Daniel Kahn Gillmor |
2009-07-13 | implemented adding user IDs as well. | Daniel Kahn Gillmor |
2009-07-13 | completed user ID revocation by emitting a bundle (key+uid+selfsig+revsig) th... | Daniel Kahn Gillmor |
2009-07-12 | functional user ID revocation at last! | Daniel Kahn Gillmor |
2009-07-12 | broke out gensig() to create individual self-sig packets of various types. | Daniel Kahn Gillmor |
2009-07-12 | committing some code related to walking the tree of openpgp signatures. | Daniel Kahn Gillmor |
2009-07-11 | rearchitect keytrans to isolate OpenPGP packet parsing routines | Daniel Kahn Gillmor |
2009-07-11 | switching keyrtrans from Digest::SHA1 to Digest::SHA | Daniel Kahn Gillmor |
2009-06-09 | added comments to keytrans | Daniel Kahn Gillmor |
2009-05-25 | break out signature timestamp from key timestamp, allow them to be set indepe... | Daniel Kahn Gillmor |
2009-05-21 | properly match fingerprints with leading 0 bytes (https://labs.riseup.net/cod... | Daniel Kahn Gillmor |
2009-05-12 | pem2openpgp now makes signatures over SHA256 instead of SHA1, due to concerns... | Daniel Kahn Gillmor |
2009-04-06 | remove -w from keytrans shebang line, since it's redundant with 'use warnings' | Jameson Graef Rollins |
2009-04-06 | more portable perl-based simple_checksum; i think this is correct, but i welc... | Daniel Kahn Gillmor |
2009-04-05 | undo perl shebang line change i just made, since the '-w -T' options don't se... | Jameson Graef Rollins |
2009-04-05 | use /usr/bin/env to call perl in keytrans shebang. | Jameson Graef Rollins |
2009-03-01 | updating header comments in keytrans now that it serves two purposes. | Daniel Kahn Gillmor |
2009-03-01 | transition to the perl-based keytrans implementation. | Daniel Kahn Gillmor |