Age | Commit message (Collapse) | Author |
|
and * escaping suggested by jmc@.
|
|
|
|
|
|
<VBrimhall@novell.com>. ok@ Theo
|
|
|
|
|
|
|
|
|
|
|
|
ok markus@
|
|
ok markus@
|
|
|
|
|
|
|
|
at UCB, it was written by Luke Mewburn. Updated the copyright at
the author's request. markus@ OK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by ho@ and myself
|
|
|
|
* both client and server rekey _automatically_
(a) after 2^31 packets, because after 2^32 packets
the sequence number for packets wraps
(b) after 2^(blocksize_in_bits/4) blocks
(see: http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt)
(a) and (b) are _enabled_ by default, and only disabled for known
openssh versions, that don't support rekeying properly.
* client option 'RekeyLimit'
* do not reply to requests during rekeying
|
|
- new sentence new line
- .Bk for arguments
ok markus@
|
|
help from djm
|
|
|
|
|
|
|
|
private rsa keys). however, it gets key over socket and not from
a file, so we have to do blinding here as well.
|
|
|
|
|
|
henning@, deraadt@, millert@
|
|
|
|
|
|
|
|
server code into the client; ok provos@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the buffer API only supports unsigned ints.
|
|
|
|
henning, deraadt.
|
|
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
|
|
fixes bugs #483, #472; ok deraadt@, mouring@
|