summaryrefslogtreecommitdiff
path: root/gnutls-helpers.c
AgeCommit message (Collapse)Author
2008-05-25move gpg2ssh stuff into it's own subdirectory to reduce some cluterJameson Graef Rollins
2008-04-21initial pass at converting PEM-encoded private keys into OpenPGP public keys.Daniel Kahn Gillmor
2008-04-09cleaning up failed pipes properly, flushing error output to ensure it gets ↵Daniel Kahn Gillmor
printed before we die.
2008-04-09When outputting MPIs for OpenSSH format, ensure that the leading bit of the ↵Daniel Kahn Gillmor
first byte is not 1 (so that ssh does not get confused by a "negative" MPI).
2008-04-09exporting RSA public keys in openssh known_hosts format.Daniel Kahn Gillmor
2008-04-08working with subkeys: preparing to write a gnutls-based gpg2ssh capable of ↵Daniel Kahn Gillmor
feeding the monkeysphere.
2008-04-07broke out gnutls business into a helper file in preparation for new projects.Daniel Kahn Gillmor