summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dh.h
AgeCommit message (Expand)Author
2016-05-02add support for additional fixed DH groups fromDamien Miller
2015-10-16increase the minimum modulus that we will send or accept inDamien Miller
2015-05-27Add a stronger (4k bit) fallback group that sshd can use when the moduliDarren Tucker
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2013-10-08Increase the size of the Diffie-Hellman groups requested for a each symmetricDarren Tucker
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