]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Completely separate old and new OpenSSH key handling code.
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:49:55 +0000 (19:49 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Apr 2015 18:49:55 +0000 (19:49 +0100)
commit67202f798a9895ad773d1114b337e512c58afc7e
treee853a09f28e82dc36fb5f2ffa15d5f11765a6528
parent79bbf37c9eaa8b33ddfbce1fa93580b62ba412cf
Completely separate old and new OpenSSH key handling code.

I thought it would be a good idea to share the loading code on the
basis that the outer header line + base64 format isn't too different,
but in fact I ended up faffing endlessly with mode bits and unions and
constantly re-testing in every subfunction which kind of key it was,
so that small saving wasn't worth it.
import.c