index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
dh.h
Age
Commit message (
Expand
)
Author
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2015-10-16
increase the minimum modulus that we will send or accept in
Damien Miller
2015-05-27
Add a stronger (4k bit) fallback group that sshd can use when the moduli
Darren Tucker
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2013-10-08
Increase the size of the Diffie-Hellman groups requested for a each symmetric
Darren Tucker
2008-06-26
when loading moduli from /etc/moduli in sshd(8), check that they
Damien Miller
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2004-06-13
implement diffie-hellman-group14-sha1 kex method (trivial extension to
Damien Miller
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-06-26
prototype pedant. not very creative...
Jun-ichiro itojun Hagino
2001-04-03
move kex to kex*.c, used dispatch_set() callbacks for kex. should
Markus Friedl
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
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-10-11
First rough implementation of the diffie-hellman group exchange. The
Niels Provos