Age | Commit message (Expand) | Author |
---|---|---|
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-12 | remove unused | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-05-25 | split kexinit/kexdh, factor out common code | Markus Friedl |
2000-04-12 | check for reasonable public DH values | Markus Friedl |
2000-04-03 | DSA, keyexchange, algorithm agreement for ssh2 | Markus Friedl |