Differences From Artifact [45594d2dd1]:
- File ssh.c — part of check-in [d67b4799b9] at 2001-03-10 05:04:07 on branch trunk — Add support for using Diffie-Hellman with short exponents (sshdh.c contains a reference to a paper on the subject). Reduces time taken for DH group exchange to the point where it's viable to enable it all the time, so I have. :-) (user: simon size: 129114)
To Artifact [2f8a57858e]:
- File ssh.c — part of check-in [b982530d97] at 2001-03-12 09:12:33 on branch trunk — Zero length passwords no longer cause an assertion failure :-) (user: simon size: 129157)
| ︙ | |||
1907 1908 1909 1910 1911 1912 1913 | 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 | - + |
PKT_DATA, s, len, PKT_END);
} else {
int bottom, top, pwlen, i;
char *randomstr;
pwlen = strlen(password);
if (pwlen < 16) {
|
| ︙ |