aboutsummaryrefslogtreecommitdiffstats
path: root/ssh_rsa_key_util.py
AgeCommit message (Collapse)Author
2010-11-16Added SshRsaPrivateKey and SshRsaPublickey.Guillaume Horel
These are two helper classes to create Rsa key objects from ssh keyfiles.
2010-11-16Further cleanups in ssh_rsa_key_util.pyGuillaume Horel
2010-11-16Clean up ssh_rsa_key_util.py.Guillaume Horel
reused some functions from keyczar.util
2010-11-14Added ssh_rsa_key_util.py.Guillaume Horel
Set of utility functions to read and write rsa keys in the openssh format.