Age | Commit message (Expand) | Author |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-03-12 | Add ModuliFile keyword to sshd_config to specify the location of the | Darren Tucker |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2019-09-06 | typo in previous | Damien Miller |
2019-09-06 | fixes for !WITH_OPENSSL compilation; ok dtucker@ | Damien Miller |
2018-11-09 | correct local variable name; from yawang AT microsoft.com | Damien Miller |
2018-09-17 | When choosing a prime from the moduli file, avoid re-using the | Todd C. Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-08-04 | invalidate dh->priv_key after freeing it in error path; avoids | Damien Miller |
2018-06-26 | Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" when | Todd C. Miller |
2018-06-06 | switch config file parsing to getline(3) as this avoids static limits | Markus Friedl |
2018-02-07 | Remove all guards for calls to OpenSSL free functions - all of these | Joel Sing |
2016-12-15 | Fix text in error message. Patch from zev at bewilderbeest.net. | Darren Tucker |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-05-02 | add support for additional fixed DH groups from | Damien Miller |
2016-03-31 | Remove fallback from moduli to "primes" file that was deprecated in 2001 | Darren Tucker |
2016-02-28 | rearrange DH public value tests to be a little more clear | Damien Miller |
2015-05-27 | Add a stronger (4k bit) fallback group that sshd can use when the moduli | Darren Tucker |
2015-03-26 | relax bits needed check to allow diffie-hellman-group1-sha1 key | Damien Miller |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-10-08 | Increase the size of the Diffie-Hellman groups requested for a each symmetric | Darren Tucker |
2013-07-02 | remove extra whitespace | Markus Friedl |
2013-06-21 | sprinkle in some error() to explain moduli(5) parse failures | Damien Miller |
2011-12-07 | fix some harmless and/or unreachable int overflows; | Damien Miller |
2009-10-01 | fix a cast | Alexander von Gernler |
2008-06-26 | when loading moduli from /etc/moduli in sshd(8), check that they | Damien Miller |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2007-09-27 | Don't return -1 on error in dh_pub_is_valid(), since it evaluates | Ray Lai |
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 |