outputting secret key material now with perl-only openpgp2ssh.
[monkeysphere.git] / src / keytrans / pem2openpgp
2009-03-01 Daniel Kahn Gillmoroutputting secret key material now with perl-only openp...
2009-02-28 Daniel Kahn Gillmorfurther perl-only openpgp2ssh work. public keys are...
2009-02-28 Daniel Kahn Gillmorcalculating and emitting key fingerprints in openpgp2ss...
2009-02-28 Daniel Kahn Gillmorsuccessfully parsing out the packets in pem2openpgp...
2009-02-28 Daniel Kahn Gillmorstart to make an openpgp2ssh implementation within...
2009-02-28 Daniel Kahn Gillmormake pem2openpgp closer to a generic keytrans so that...
2009-02-28 Daniel Kahn Gillmorrewrite stdin slurping to match example in perldoc...
2009-02-28 Daniel Kahn Gillmorfunctionalize the bulk of pem2openpgp.
2009-02-09 Jameson Graef RollinsMerge commit 'dkg/master'
2009-02-05 Daniel Kahn Gillmorpem2openpgp now supports generating the key as an alter...
2009-02-04 Daniel Kahn GillmorMerge commit 'jrollins/master'
2009-02-04 Daniel Kahn Gillmorpem2openpgp: avoid dumping garbage to stderr
2009-02-04 Daniel Kahn Gillmorpem2openpgp: when creating a signature, make sure that...
2009-02-04 Daniel Kahn Gillmorensure that the output of modular multiplicative invers...
2009-02-04 Daniel Kahn Gillmorbring comments up-to-date and parameterize expiration...
2009-02-04 Daniel Kahn Gillmoruse the environment to determine usage flags (default...
2009-02-04 Daniel Kahn Gillmor*still* trying to get clean perl for pem2openpgp
2009-02-04 Daniel Kahn Gillmorstill trying to get clean perl for pem2openpgp
2009-02-04 Daniel Kahn Gillmorstupid perl flailing in pem2openpgp.
2009-02-04 Daniel Kahn Gillmoraccept environment variables to adjust the behavior...
2009-01-31 Micah AndersonMerge commit 'jrollins/master'
2009-01-31 Matt GoinsMerge commit 'jrollins/master'
2009-01-31 Jameson Graef Rollinsadd pem2openpgp to make install target
2009-01-26 Daniel Kahn Gillmormerging in new george changelog entry from micah
2009-01-12 Daniel Kahn Gillmorpem2openpgp: reorganization, cleanup of comments, addin...
2009-01-12 Daniel Kahn Gillmorpem2openpgp: cleaning up some comments, not fetching...
2009-01-12 Daniel Kahn Gillmorpem2openpgp: implemented extended euclidean algorithm...
2009-01-12 Daniel Kahn Gillmorpem2openpgp: reorganized some code, put in initial...
2009-01-10 Daniel Kahn Gillmorpem2openpgp: replace raw numbers with semantic labellin...
2009-01-08 Daniel Kahn Gillmorfix stupid typos; switch padding during rsa signatures...
2009-01-08 Daniel Kahn Gillmorpem2openpgp: make lookup tables of relevant parameters.
2009-01-07 Matt GoinsMerge commit 'dkg/master'
2009-01-07 Daniel Kahn Gillmorpem2openpgp: break out usage flags, default to creating...
2009-01-07 Daniel Kahn Gillmorpem2openpgp: clean up comments, treat fingerprint as...
2009-01-07 Daniel Kahn Gillmorclarifying make_rsa_key_body() to make_rsa_pub_key_body()
2009-01-07 Daniel Kahn Gillmorpem2openpgp now accepts a choice of User ID on stdin.
2009-01-07 Daniel Kahn Gillmoruse bytes in pem2openpgp to ensure that length calculat...
2009-01-07 Daniel Kahn Gillmorremoved last hardcoded data in pem2openpgp; it seems...
2009-01-07 Daniel Kahn Gillmorclean up a bit of pem2openpgp and remove some of the...
2009-01-07 Daniel Kahn Gillmoradded first pass at perl script to convert existing...