summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dh.h
AgeCommit message (Expand)Author
2008-06-26when loading moduli from /etc/moduli in sshd(8), check that theyDamien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-04-03move kex to kex*.c, used dispatch_set() callbacks for kex. shouldMarkus Friedl
2001-03-29prepare for rekeying: move DH code to dh.cMarkus Friedl
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-01-29$OpenBSD$Niklas Hallqvist
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos