Age | Commit message (Expand) | Author |
2009-02-05 | pem2openpgp now supports generating the key as an alternative to reading it f... | Daniel Kahn Gillmor |
2009-02-04 | pem2openpgp: avoid dumping garbage to stderr | Daniel Kahn Gillmor |
2009-02-04 | pem2openpgp: when creating a signature, make sure that the public key materia... | Daniel Kahn Gillmor |
2009-02-04 | ensure that the output of modular multiplicative inverse is positive. | Daniel Kahn Gillmor |
2009-02-03 | bring comments up-to-date and parameterize expiration date. | Daniel Kahn Gillmor |
2009-02-03 | use the environment to determine usage flags (default to certify) | Daniel Kahn Gillmor |
2009-02-03 | *still* trying to get clean perl for pem2openpgp | Daniel Kahn Gillmor |
2009-02-03 | still trying to get clean perl for pem2openpgp | Daniel Kahn Gillmor |
2009-02-03 | stupid perl flailing in pem2openpgp. | Daniel Kahn Gillmor |
2009-02-03 | accept environment variables to adjust the behavior of pem2openpgp | Daniel Kahn Gillmor |
2009-01-11 | pem2openpgp: reorganization, cleanup of comments, adding a warning about secr... | Daniel Kahn Gillmor |
2009-01-11 | pem2openpgp: cleaning up some comments, not fetching unnecessary parameters f... | Daniel Kahn Gillmor |
2009-01-11 | pem2openpgp: implemented extended euclidean algorithm to find modular multipl... | Daniel Kahn Gillmor |
2009-01-11 | pem2openpgp: reorganized some code, put in initial function to try to create ... | Daniel Kahn Gillmor |
2009-01-10 | pem2openpgp: replace raw numbers with semantic labelling to make it more read... | Daniel Kahn Gillmor |
2009-01-08 | fix stupid typos; switch padding during rsa signatures to that specified in R... | Daniel Kahn Gillmor |
2009-01-07 | pem2openpgp: make lookup tables of relevant parameters. | Daniel Kahn Gillmor |
2009-01-07 | pem2openpgp: break out usage flags, default to creating an authentication-cap... | Daniel Kahn Gillmor |
2009-01-07 | pem2openpgp: clean up comments, treat fingerprint as raw data instead of ascii | Daniel Kahn Gillmor |
2009-01-07 | clarifying make_rsa_key_body() to make_rsa_pub_key_body() | Daniel Kahn Gillmor |
2009-01-07 | pem2openpgp now accepts a choice of User ID on stdin. | Daniel Kahn Gillmor |
2009-01-07 | use bytes in pem2openpgp to ensure that length calculations are done by octet... | Daniel Kahn Gillmor |
2009-01-07 | removed last hardcoded data in pem2openpgp; it seems to work with our test key. | Daniel Kahn Gillmor |
2009-01-07 | clean up a bit of pem2openpgp and remove some of the hardcoded data. | Daniel Kahn Gillmor |
2009-01-07 | added first pass at perl script to convert existing PEM-encoded RSA keys into... | Daniel Kahn Gillmor |
2008-09-05 | more porting tweaks: do not rely on the -w arg to base64, so we can use fourm... | Daniel Kahn Gillmor |
2008-09-04 | switch from execv to execvp to find base64 wherever it is in the path. | Daniel Kahn Gillmor |
2008-09-04 | generalizing makefile to try to get it to work with BSDmake. | Daniel Kahn Gillmor |
2008-07-22 | fixing return code error in openpgp2ssh, preparing for new release. | Daniel Kahn Gillmor |
2008-06-23 | openpgp2ssh can now accept arbitrary-length key IDs (from the trivial | Daniel Kahn Gillmor |
2008-06-23 | Genericize raw binary <-> printable hex converters. | Daniel Kahn Gillmor |
2008-06-21 | fix typo | mike castleman |
2008-06-16 | genericized the hex printing capabilities. | Daniel Kahn Gillmor |
2008-06-16 | openpgp2ssh whitespace and comment cleanup. | Daniel Kahn Gillmor |
2008-06-16 | openpgp2ssh now handles private key export for subkeys, not just public keys. | Daniel Kahn Gillmor |
2008-06-14 | cleaning up error output. | Daniel Kahn Gillmor |
2008-06-13 | invert the sense of the loglevel test. duh. | Daniel Kahn Gillmor |
2008-06-13 | making openpgp2ssh less verbose. | Daniel Kahn Gillmor |
2008-06-13 | monkeysphere debianization. Package can now be cleanly built with minimal li... | Daniel Kahn Gillmor |
2008-06-13 | added top-level Makefile for ease of building with debhelper. | Daniel Kahn Gillmor |
2008-06-13 | keytrans cleanup: getting rid of unimplemented/useless code. | Daniel Kahn Gillmor |
2008-06-12 | Major openpgp2ssh overhaul. It's an unforgiving and brittle tool, but | Daniel Kahn Gillmor |
2008-06-12 | reorganizing to prepare for transition to openpgp2ssh. | Daniel Kahn Gillmor |