Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First rough implementation of the diffie-hellman group exchange. The | 2000-10-11 | 1 | -27/+108 | ||
| | | | | | | client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -6/+1 | ||
| | | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||||
* | strtok() --> strsep(). (niels@ ok) | 2000-07-10 | 1 | -6/+8 | ||
| | ||||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | ||
| | ||||||
* | split kexinit/kexdh, factor out common code | 2000-05-25 | 1 | -26/+70 | ||
| | ||||||
* | bug compat w/ ssh-2.0.13 x11, split out bugs | 2000-05-08 | 1 | -2/+2 | ||
| | ||||||
* | whitespace cleanup | 2000-04-14 | 1 | -6/+6 | ||
| | ||||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -8/+8 | ||
| | ||||||
* | check for reasonable public DH values | 2000-04-12 | 1 | -7/+39 | ||
| | ||||||
* | less debugging output | 2000-04-12 | 1 | -2/+2 | ||
| | ||||||
* | DSA, keyexchange, algorithm agreement for ssh2 | 2000-04-03 | 1 | -0/+392 | ||