| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
don't send channel data after rekeying is started.
|
|
|
|
| |
todo: we should not send any non-KEX messages after we send KEXINIT
|
|
|
|
|
| |
send newkeys, block while waiting for newkeys.
fix comments.
|
|
|
|
|
|
|
| |
need dispatch-callbacks, since application data is delayed until
the keyexchange completes (if i understand the drafts correctly).
add some infrastructure for re-keying.
|
|
|
|
| |
make rekeying easier.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
exponent during the DH key agreement. according to Niels (the great
german advisor) this is safe since /etc/primes contains strong
primes only.
References:
P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
agreement with short exponents, In Advances in Cryptology
- EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
|
|
|
|
|
|
|
| |
2) allow you to specify the MAC with 'ssh -m'
3) or the 'MACs' keyword in ssh(d)_config
4) add hmac-{md5,sha1}-96
ok stevesk@, provos@
|
| |
|
| |
|
| |
|
|
|
|
| |
with u_char.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
there are now 3 types of keys: RSA1 is used by ssh-1 only,
RSA and DSA are used by SSH2.
you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.
SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
IdentityFile2, HostDsaKey and DSAAuthentication are obsolete.
you can use multiple IdentityFile and HostKey for all types of keys.
the option DSAAuthentication is replaced by PubkeyAuthetication.
|
| |
|
| |
|
|
|
|
|
|
| |
client can ask the server for bigger groups to perform the diffie-hellman
in, thus increasing the attack complexity when using ciphers with longer
keys. University of Windsor provided network, T the company.
|
|
|
|
|
|
|
| |
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.
|
| |
|
| |
|
|
|