]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Padding on the end of the encrypted data in OpenSSH key format was
authorSimon Tatham <anakin@pobox.com>
Sat, 15 Jun 2002 16:31:22 +0000 (16:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 15 Jun 2002 16:31:22 +0000 (16:31 +0000)
commitea93a5e3464f170c828493719bc537cc6627a1b1
treee2eaf469e25b4199f26d105e7fde8ac5a6a519b4
parentb1800238b0cc5d5e1a24436bdb955b2adbad3f08
Padding on the end of the encrypted data in OpenSSH key format was
broken: the OpenSSL EVP layer specifies a very particular form of
padding, which I wasn't generating because it hadn't occurred to me
that it might be mandatory. Irritatingly this was causing our
exported OpenSSH keys to load perfectly happily back in through our
OpenSSH import routines, but to be rejected by OpenSSH proper. Sigh.

git-svn-id: http://svn.tartarus.org/sgt/putty@1733 cda61777-01e9-0310-a592-d414129be87e
import.c