Timeline

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

4 check-ins using file ssh.c version 09ac1d4210

2001-03-23
03:20
Fix a couple of silly compiler warnings check-in: dd4600f52e user: simon tags: trunk
2001-03-22
15:48
Following the recent advisory about attacks on PGP keys based on tampering with the unencrypted public part of the key but leaving the private part intact ... we are now ultra-paranoid about RSA key files, and we check that the public part matches the private part _before_ we generate any signatures with them. check-in: 1d114af59c user: simon tags: trunk
15:48
Remove needless redeclaration of word32 (it was in ssh.h) check-in: 62cb12f675 user: simon tags: trunk
11:32
Remove the length limit on protocol version strings. (In principle, I could have got away with upping it to 256, but I didn't want a repeat of the chaos when some server accidentally breaks that limit too...) check-in: e6c77ffa94 user: simon tags: trunk