summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dh.c
AgeCommit message (Expand)Author
2001-04-04clear+free keys,iv for rekeying.Markus Friedl
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-28more sanity checking on primes fileNiels Provos
2001-03-27make dh group exchange more flexible, allow min and max group size,Niels Provos
2001-03-05spellingKevin Steves
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-15use error() not stderr!Markus Friedl
2000-11-16do not use perror() in sshd, after the child is forked()Markus Friedl
2000-10-11WallMarkus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos