]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Teach PuTTYgen to import from OpenSSH's new key format.
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Apr 2015 19:48:29 +0000 (20:48 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Apr 2015 19:56:03 +0000 (20:56 +0100)
commit38d1db194ddd2b7499b2fcb5bc76f69aef8d9da9
tree4bb60a9ea53409b2e7bf11bcdfed7c5df9b246af
parent1e453d1f972821021749258fb2b393813fb4e940
Teach PuTTYgen to import from OpenSSH's new key format.

This is import only, for the moment: I haven't written an exporter
yet. Also, we currently don't support the format's full generality - a
new-style OpenSSH key file can contain multiple keys, but this code
currently only handles files with one key in them. That should be easy
to change, though, given only a little UI.
Recipe
import.c