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