diff options
author | Hans Nilsson <[email protected]> | 2018-05-09 10:36:51 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-05-09 10:36:51 +0200 |
commit | 73b86332069c2c5c3600206134c2c15f847c58d6 (patch) | |
tree | c879c405b3e121e50dfbe28a709613ddde611253 /lib/ssh/doc/src | |
parent | 837fe8bf4bf3a567c66afec0f0ec3dd70d248cd8 (diff) | |
parent | bbb3d151e6329d58b34e526fefb6964677d93104 (diff) | |
download | otp-73b86332069c2c5c3600206134c2c15f847c58d6.tar.gz otp-73b86332069c2c5c3600206134c2c15f847c58d6.tar.bz2 otp-73b86332069c2c5c3600206134c2c15f847c58d6.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
ssh: Renegotiation -> renegotiate
ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419
ssh: Fix server crashes for exit-normal signals
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 067dcb0bec..d0ed674eee 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -509,6 +509,34 @@ </section> +<section><title>Ssh 4.4.2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix rare spurios shutdowns of ssh servers when receiveing + <c>{'EXIT',_,normal}</c> messages.</p> + <p> + Own Id: OTP-15018</p> + </item> + <item> + <p> + Host key hash erroneously calculated for clients + following draft-00 of RFC 4419, for example PuTTY</p> + <p> + Own Id: OTP-15064</p> + </item> + <item> + <p> + Renegotiation could fail in some states</p> + <p> + Own Id: OTP-15066</p> + </item> + </list> + </section> + +</section> <section><title>Ssh 4.4.2.3</title> <section><title>Fixed Bugs and Malfunctions</title> |