]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Preliminary support for RSA user authentication in SSH2! Most of the
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Mar 2001 11:54:34 +0000 (11:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Mar 2001 11:54:34 +0000 (11:54 +0000)
commit4ba21d055c640e1576de15c7c0733cfbb087d73d
tree0402a569ff77c04131384aa3fa1ba4816bd68923
parenta61dccb06e475d29e15ace00d13b622e6f1e8c71
Preliminary support for RSA user authentication in SSH2! Most of the
error messages are currently wrong, and Pageant doesn't yet support
the new key type, and I haven't thoroughly tested that falling back
to password authentication and trying invalid keys etc all work. But
what I have here has successfully performed a public key
authentication, so it's working to at least some extent.

git-svn-id: http://svn.tartarus.org/sgt/putty@973 cda61777-01e9-0310-a592-d414129be87e
15 files changed:
pageant.c
puttygen.c
puttygen.rc
ssh.c
ssh.h
sshaes.c
sshblowf.c
sshdes.c
sshdh.c
sshdss.c
sshmd5.c
sshpubk.c
sshrsa.c
sshrsag.c
sshsha.c