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
/
keytrans
/
pem2openpgp
Age
Commit message (
Expand
)
Author
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