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
/
kex.c
Age
Commit message (
Expand
)
Author
2002-06-24
cat to (void) when output from buffer_get_X is ignored
Markus Friedl
2002-05-15
'monitor' variable clashes with at least one lame platform (NeXT). Renamed
mouring
2002-03-26
generate a new cookie for each SSH2_MSG_KEXINIT message we send out
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-23
don't allow garbage after payload.
Markus Friedl
2002-02-14
hide some more implementation details of cipher.[ch] and prepares for move
Markus Friedl
2002-02-11
restore kexinit handler if we reset the dispatcher, this unbreaks rekeying
Markus Friedl
2002-01-25
use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
Markus Friedl
2002-01-11
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
Markus Friedl
2001-12-28
remove plen from the dispatch fn. it's no longer used.
Markus Friedl
2001-12-28
packet_read* no longer return the packet length, since it's not used.
Markus Friedl
2001-12-28
s/packet_done/packet_check_eom/ (end-of-message); ok djm@
Markus Friedl
2001-12-20
Conformance fix: we should send failing packet sequence number when
Damien Miller
2001-12-05
minor KNF
Theo de Raadt
2001-06-25
update copyright for 2001
Markus Friedl
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-04-30
allow interop with weaker key generation used by ssh-2.0.x, x < 10
Markus Friedl
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-04-04
clear+free keys,iv for rekeying.
Markus Friedl
2001-04-04
parse full kexinit packet.
Markus Friedl
2001-04-04
more robust rekeying
Markus Friedl
2001-04-04
enable server side rekeying + some rekey related clientup.
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
2001-03-29
prepare for rekeying: move DH code to dh.c
Markus Friedl
2001-03-28
forgot to include min and max params in hash, okay markus@
Niels Provos
2001-03-10
add PreferredAuthentications
Markus Friedl
2001-03-05
generate a 2*need size (~300 instead of 1024/2048) random private
Markus Friedl
2001-02-11
1) clean up the MAC support for SSH-2
Markus Friedl
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-08
missing free; thanks stevesk@pobox.com
Markus Friedl
2000-12-20
fix prototypes; from stevesk@pobox.com
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-12-15
compute diffie-hellman in parallel between server and client. okay markus@
Niels Provos
2000-11-12
add support for RSA to SSH2. please test.
Markus Friedl
2000-10-11
new cipher framework
Markus Friedl
2000-10-11
First rough implementation of the diffie-hellman group exchange. The
Niels Provos
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-07-10
strtok() --> strsep(). (niels@ ok)
Hakan Olsson
2000-06-20
OpenBSD tag
Markus Friedl
2000-05-25
split kexinit/kexdh, factor out common code
Markus Friedl
2000-05-08
bug compat w/ ssh-2.0.13 x11, split out bugs
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-04-12
#include <ssl/foo.h> -> <openssh/foo.h>
Markus Friedl
2000-04-12
check for reasonable public DH values
Markus Friedl
2000-04-12
less debugging output
Markus Friedl
[next]