Preliminary support for RSA user authentication in SSH2! Most of the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Mar 2001 11:54:34 +0000 (11:54 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Mar 2001 11:54:34 +0000 (11:54 +0000)
commit65a22376e5875181e41108028091018cdcd4fdae
tree0402a569ff77c04131384aa3fa1ba4816bd68923
parent98ba26b92452911f8f6b9cfccd134a4836218904
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: svn://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