summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/kex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more robust rekeyingmarkus2001-04-041-3/+3
* enable server side rekeying + some rekey related clientup.markus2001-04-041-2/+2
* don't sent multiple kexinit-requests.markus2001-04-041-3/+4
* undo parts of recent my changes: main part of keyexchange does notmarkus2001-04-031-35/+40
* move kex to kex*.c, used dispatch_set() callbacks for kex. shouldmarkus2001-04-031-32/+26
* prepare for rekeying: move DH code to dh.cmarkus2001-03-291-6/+1
* forgot to include min and max params in hash, okay markus@provos2001-03-281-2/+3
* generate a 2*need size (~300 instead of 1024/2048) random privatemarkus2001-03-051-2/+2
* 1) clean up the MAC support for SSH-2markus2001-02-111-2/+4
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* fix prototypes; from stevesk@pobox.commarkus2000-12-201-2/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
* compute diffie-hellman in parallel between server and client. okay markus@provos2000-12-151-0/+1
* add support for RSA to SSH2. please test.markus2000-11-121-1/+1
* remove unusedmarkus2000-10-121-1/+0
* new cipher frameworkmarkus2000-10-111-6/+4
* First rough implementation of the diffie-hellman group exchange. Theprovos2000-10-111-2/+22
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-5/+0
* split kexinit/kexdh, factor out common codemarkus2000-05-251-4/+9
* check for reasonable public DH valuesmarkus2000-04-121-1/+2
* DSA, keyexchange, algorithm agreement for ssh2markus2000-04-031-0/+111