Tartarus CVS: putty simon
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Sat, 03 Mar 2001 11:54:34 +0000
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 01/03/03 11:54:34
Modified files:
. : 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
Log message:
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.