index
:
monkeysphere
autoquote
dualquote
master
rootsquash
shell
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
share
/
keytrans
Age
Commit message (
Expand
)
Author
2013-01-18
enable openpgp2pem as well from keytrans
Daniel Kahn Gillmor
2010-12-20
keytrans: avoid confusing user IDs across different keys (closes MS # 2682)
Daniel Kahn Gillmor
2010-04-17
handling ssh fingerprinting internally with keytrans for sshfprs-for-userid
Daniel Kahn Gillmor
2010-04-17
keytrans openpgp2sshfpr now prints out the key size and type
Daniel Kahn Gillmor
2010-04-17
added internal openpgp2sshfpr subcommand for keytrans
Daniel Kahn Gillmor
2010-01-18
fix stupid think-o that caused keytrans adduserid to misbehave if another key...
Daniel Kahn Gillmor
2010-01-18
added non-public "keytrans listfprs" subcommand
Daniel Kahn Gillmor
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