summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/kexdhs.c
AgeCommit message (Expand)Author
2015-01-26correctly match ECDSA subtype (== curve) for offered/receviedDamien Miller
2015-01-20fix hostkeys in agent; ok markus@Damien Miller
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-12avoid use of OpenSSL BIGNUM type and functions for KEX withDamien Miller
2013-11-02no need to include ssh-gss.hMarkus Friedl
2013-11-02no need to include monitor_wrap.hMarkus Friedl
2013-07-19add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,Markus Friedl
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2009-06-21abort if key_sign fails, preventing possible null deref. Based on reportDarren Tucker
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-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
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2003-02-16split kex into client and server code, no need to linkMarkus Friedl