summaryrefslogtreecommitdiff
path: root/src/share/keytrans
AgeCommit message (Expand)Author
2013-01-18enable openpgp2pem as well from keytransDaniel Kahn Gillmor
2010-12-20keytrans: avoid confusing user IDs across different keys (closes MS # 2682)Daniel Kahn Gillmor
2010-04-17handling ssh fingerprinting internally with keytrans for sshfprs-for-useridDaniel Kahn Gillmor
2010-04-17keytrans openpgp2sshfpr now prints out the key size and typeDaniel Kahn Gillmor
2010-04-17added internal openpgp2sshfpr subcommand for keytransDaniel Kahn Gillmor
2010-01-18fix stupid think-o that caused keytrans adduserid to misbehave if another key...Daniel Kahn Gillmor
2010-01-18added non-public "keytrans listfprs" subcommandDaniel Kahn Gillmor
2009-07-14fixing typo and thinko in keytransDaniel Kahn Gillmor
2009-07-14added tests to keytrans add and revoke user ID functionalityDaniel Kahn Gillmor
2009-07-13implemented adding user IDs as well.Daniel Kahn Gillmor
2009-07-13completed user ID revocation by emitting a bundle (key+uid+selfsig+revsig) th...Daniel Kahn Gillmor
2009-07-12functional user ID revocation at last!Daniel Kahn Gillmor
2009-07-12broke out gensig() to create individual self-sig packets of various types.Daniel Kahn Gillmor
2009-07-12committing some code related to walking the tree of openpgp signatures.Daniel Kahn Gillmor
2009-07-11rearchitect keytrans to isolate OpenPGP packet parsing routinesDaniel Kahn Gillmor
2009-07-11switching keyrtrans from Digest::SHA1 to Digest::SHADaniel Kahn Gillmor
2009-06-09added comments to keytransDaniel Kahn Gillmor
2009-05-25break out signature timestamp from key timestamp, allow them to be set indepe...Daniel Kahn Gillmor
2009-05-21properly match fingerprints with leading 0 bytes (https://labs.riseup.net/cod...Daniel Kahn Gillmor
2009-05-12pem2openpgp now makes signatures over SHA256 instead of SHA1, due to concerns...Daniel Kahn Gillmor
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 welc...Daniel Kahn Gillmor
2009-04-05undo perl shebang line change i just made, since the '-w -T' options don't se...Jameson Graef Rollins
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