Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl | |
and out of sync | |||
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino | |
- () -> (void) - no variable names | |||
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl | |
make rekeying easier. | |||
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl | |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos | |
okay markus@, deraadt@ | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
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. |