Simon Tatham
801832bf59
`Leonid' points out a stupid mistake in MD5 HMAC initialisation: we
...
should initialise _both_ MD5 states, not the same one twice.
[originally from svn r2341]
2002-12-18 09:54:55 +00:00
Simon Tatham
8f91f07599
SSH2 MACs now use dynamically allocated contexts.
...
[originally from svn r2131]
2002-10-25 12:51:28 +00:00
Simon Tatham
3730ada5ce
Run entire source base through GNU indent to tidy up the varying
...
coding styles of the various contributors! Woohoo!
[originally from svn r1098]
2001-05-06 14:35:20 +00:00
Simon Tatham
28b1fc766c
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]
2001-03-03 11:54:34 +00:00
Simon Tatham
95697270b5
Implement MD5 MAC for the benefit of old SSH2 servers
...
[originally from svn r709]
2000-10-12 14:24:58 +00:00
Simon Tatham
300b778092
Oops - now let's get that MD5 change _right_ :-)
...
[originally from svn r438]
2000-04-04 14:51:17 +00:00
Simon Tatham
50b0f49eaf
Replace MD5 implementation with my own code
...
[originally from svn r437]
2000-04-04 14:47:22 +00:00
Simon Tatham
c74130d423
Initial checkin: beta 0.43
...
[originally from svn r11]
1999-01-08 13:02:13 +00:00