summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/kexgexs.c
AgeCommit message (Expand)Author
2009-06-21abort if key_sign fails, preventing possible null deref. Based on reportDarren Tucker
2009-01-01fix hash calculation for KEXGEX: hash over the original client-suppliedDamien Miller
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-10-31check DH_compute_key() for -1 even if it should not happen because ofMarkus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
2003-02-16split kex into client and server code, no need to linkMarkus Friedl