summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/kex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First rough implementation of the diffie-hellman group exchange. Theprovos2000-10-111-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 withderaadt2000-09-071-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)ho2000-07-101-6/+8
|
* OpenBSD tagmarkus2000-06-201-1/+1
|
* split kexinit/kexdh, factor out common codemarkus2000-05-251-26/+70
|
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-2/+2
|
* whitespace cleanupmarkus2000-04-141-6/+6
|
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-8/+8
|
* check for reasonable public DH valuesmarkus2000-04-121-7/+39
|
* less debugging outputmarkus2000-04-121-2/+2
|
* DSA, keyexchange, algorithm agreement for ssh2markus2000-04-031-0/+392