aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-02-01 18:32:57 +0100
committerErlang/OTP <[email protected]>2017-02-01 18:32:57 +0100
commit4751ac228fc09c6421f521b9e5a1a0f2b2eebade (patch)
treec1df04e10d7b3b304572fb674eaec2cd1b524aaa /lib/ssh
parentc25ee54a0ba1a875a714f9f3e52071846c655982 (diff)
downloadotp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.tar.gz
otp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.tar.bz2
otp-4751ac228fc09c6421f521b9e5a1a0f2b2eebade.zip
Prepare release
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/notes.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 4764d9ffe6..b0c8bfa62c 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,43 @@
<file>notes.xml</file>
</header>
+<section><title>Ssh 4.2.2.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The key exchange algorithm
+ diffie-hellman-group-exchange-sha* has a server-option
+ <c>{dh_gex_limits,{Min,Max}}</c>. There was a hostkey
+ signature validation error on the client side if the
+ option was used and the <c>Min</c> or the <c>Max</c>
+ differed from the corresponding values obtained from the
+ client.</p>
+ <p>
+ This bug is now corrected.</p>
+ <p>
+ Own Id: OTP-14166</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Key exchange algorithms
+ diffie-hellman-group-exchange-sha* optimized, up to a
+ factor of 11 for the slowest ( = biggest and safest) one.</p>
+ <p>
+ Own Id: OTP-14169 Aux Id: seq-13261 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.2.2.2</title>
<section><title>Fixed Bugs and Malfunctions</title>