index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
kexgexc.c
Age
Commit message (
Expand
)
Author
2015-05-26
Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them
Darren Tucker
2015-04-13
deprecate ancient, pre-RFC4419 and undocumented
Damien Miller
2015-01-26
correctly match ECDSA subtype (== curve) for offered/recevied
Damien Miller
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-25
Add a special case for the DH group size for 3des-cbc, which has an
Darren Tucker
2014-01-12
avoid use of OpenSSL BIGNUM type and functions for KEX with
Damien Miller
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2010-11-10
use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.
Damien Miller
2006-11-06
add missing checks for openssl return codes; with & ok djm@
Markus Friedl
2006-10-31
check DH_compute_key() for -1 even if it should not happen because of
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-22
move #include <string.h> out of includes.h
Kevin Steves
2006-05-18
paramter -> parameter
Miod Vallat
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
2005-11-04
remove hardcoded hash lengths in key exchange code, allowing
Damien Miller
2003-12-08
print requested group size in debug; ok djm
Markus Friedl
2003-02-16
split kex into client and server code, no need to link
Markus Friedl