]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit28b1fc766c2907233d199de74e0d96accfda6a4b
tree0402a569ff77c04131384aa3fa1ba4816bd68923
parentd89465891364b4f1326fe82fae4b1a771568fa3d
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.

[originally from svn r973]
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