Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

17 check-ins using file sshdh.c version 4c133b4e1f

2001-03-10
05:03
Tiny bug in bn_power_2() - didn't work with powers that were a multiple of 16. Oops! check-in: 2fb75ebea1 user: simon tags: trunk
04:22
Update the text format of the public key as the comment box is edited check-in: e67e208029 user: simon tags: trunk
2001-03-09
07:30
Complete analysis of the magic ASN.1 stuff in RSASSA signatures check-in: ffe3af2d16 user: simon tags: trunk
2001-03-08
04:07
Having introduced a new function into the SSH2 compression structure, it would help if I implemented it in the dummy no-compression case! check-in: 6b991175b2 user: simon tags: trunk
2001-03-06
04:32
Introduce the ability to distinguish remote SSH implementations by their version strings and enable bug compatibility modes. check-in: f363cd4fcd user: simon tags: trunk
03:29
Update a couple of messages to be clearer to users who don't have access to complete documentation (ie all of them at the moment :-) check-in: 21fd39c25b user: simon tags: trunk
2001-03-05
11:31
Fix various trivial compiler warnings check-in: 585485e79e user: simon tags: trunk
10:38
Make the SSH2 traffic analysis defence robust in the face of Zlib compression. This involves introducing an option to disable Zlib compression (that is, continue to work within the Zlib format but output an uncompressed block) for the duration of a single packet. check-in: b3e5c90b5b user: simon tags: trunk
04:32
Further traffic analysis defences check-in: 5a6aa0319a user: simon tags: trunk
2001-03-03
10:38
Implement OpenSSH's private agent forwarding extension. I believe we now interoperate with OpenSSH/SSH2 to _exactly_ the same level as we interoperate with SSH1. Which is pretty cool really. check-in: 3851216d60 user: simon tags: trunk
10:10
Remove some stray diagnostics check-in: defcaaecaf user: simon tags: trunk
10:05
Remove a spurious \r\n from an Event Log message check-in: 95b45d0cd5 user: simon tags: trunk
09:56
SSH2 can now use Pageant to obtain keys from check-in: 3ae72a462d user: simon tags: trunk
09:31
Add support for the OpenSSH SSH2 agent protocol. check-in: 328b5f83c7 user: simon tags: trunk
07:53
The authentication diagnostics in SSH2 should now be better. Additionally, the ability to switch usernames if you mistype the first one has been restored (although it didn't actually work because OpenSSH didn't feel like playing; patch submitted :-). check-in: e1aa7ffa13 user: simon tags: trunk
06:05
Oops - fix silly segfault in new puttygen check-in: ffa475b6e8 user: simon tags: trunk
05:54
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. check-in: 0761a1ad90 user: simon tags: trunk