]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Write an exporter for the new OpenSSH format.
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:51:52 +0000 (19:51 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:51:52 +0000 (19:51 +0100)
commit7cfa9f46270c4fa4e2b05b7a90ebd6a89d0ba460
tree2663c356422a2153df14f369fd9230be8621995b
parent67202f798a9895ad773d1114b337e512c58afc7e
Write an exporter for the new OpenSSH format.

This was a lot less work than the importer, partly because the bcrypt
primitive is already working now, and mostly because we don't have to
handle the possible cross product of ciphers and kdfs in full and
completely hypothetical generality - we can emit a fixed choice of
either nothing or our chosen pair.
import.c