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
/
kexdh.c
Age
Commit message (
Expand
)
Author
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
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
2005-11-04
remove hardcoded hash lengths in key exchange code, allowing
Damien Miller
2003-02-16
split kex into client and server code, no need to link
Markus Friedl
2002-03-18
integrate privilege separated openssh; its turned off by default for now.
Niels Provos
2002-02-28
add some const EVP_MD for openssl-0.9.7
Markus Friedl
2002-02-24
signed vs. unsigned: make size arguments u_int, ok stevesk@
Markus Friedl
2002-02-23
don't allow garbage after payload.
Markus Friedl
2002-01-31
cross check announced key type and type from key blob
Markus Friedl
2002-01-25
use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
Markus Friedl
2001-12-28
packet_read* no longer return the packet length, since it's not used.
Markus Friedl
2001-12-28
packet_get_bignum* no longer returns a size
Markus Friedl
2001-12-28
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
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-09-17
u_char*/char* cleanup; ok markus@
Kevin Steves
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-06-23
get rid of known_hosts2, use it for hostkey lookup, but do not modify.
Markus Friedl
2001-06-07
use xxx_put_cstring()
Markus Friedl
2001-04-04
don't sent multiple kexinit-requests.
Markus Friedl
2001-04-03
undo parts of recent my changes: main part of keyexchange does not
Markus Friedl
2001-04-03
move kex to kex*.c, used dispatch_set() callbacks for kex. should
Markus Friedl