Age | Commit message (Expand) | Author |
2006-11-07 | BN_hex2bn returns int; from dtucker@ | Markus Friedl |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-18 | remove unneeded includes; ok djm@ | Kevin Steves |
2006-05-04 | tighter DH exponent checks here too; feedback and ok markus@ | Damien Miller |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | potential NULL pointer dereferences detected by Coverity | Damien Miller |
2004-08-04 | return group14 when no primes found - fixes hang on empty /etc/moduli; | Damien Miller |
2004-06-13 | implement diffie-hellman-group14-sha1 kex method (trivial extension to | Damien Miller |
2004-02-27 | Reset bit counter at the right time, fixes debug output in the case where | Darren Tucker |
2004-02-27 | Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone | Darren Tucker |
2004-02-27 | Prevent sshd from sending DH groups with a primitive generator of zero or | Darren Tucker |
2003-12-16 | use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < DH_GR... | Markus Friedl |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-11-21 | debug->debug2 | Markus Friedl |
2002-06-27 | more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@ | Markus Friedl |
2002-03-06 | undo | Markus Friedl |
2002-03-06 | compat.c | Markus Friedl |
2001-12-27 | always use BN_clear_free instead of BN_free | Markus Friedl |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-22 | increase linebuffer to deal with larger moduli; use rewind instead of | Niels Provos |
2001-06-22 | use /etc/moduli instead of /etc/primes, okay markus@ | Niels Provos |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl |
2001-04-04 | clear+free keys,iv for rekeying. | Markus Friedl |
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-28 | more sanity checking on primes file | Niels Provos |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos |
2001-03-05 | spelling | Kevin Steves |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-15 | use error() not stderr! | Markus Friedl |
2000-11-16 | do not use perror() in sshd, after the child is forked() | Markus Friedl |
2000-10-11 | Wall | Markus Friedl |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |