forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* maint-22: Updated OTP version Prepare release Update copyright year
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1559,6 +1559,40 @@ | |
|
||
</section> | ||
|
||
<section><title>Ssh 4.9.1.5</title> | ||
|
||
<section><title>Fixed Bugs and Malfunctions</title> | ||
<list> | ||
<item> | ||
<p> | ||
With this change (being response to CVE-2023-48795), ssh | ||
can negotiate "strict KEX" OpenSSH extension with peers | ||
supporting it; also '[email protected]' | ||
algorithm becomes a less preferred cipher.</p> | ||
<p> | ||
If strict KEX availability cannot be ensured on both | ||
connection sides, affected encryption modes(CHACHA and | ||
CBC) can be disabled with standard ssh configuration. | ||
This will provide protection against vulnerability, but | ||
at a cost of affecting interoperability. See Configuring | ||
algorithms in SSH User's Guide.</p> | ||
<p> | ||
*** POTENTIAL INCOMPATIBILITY ***</p> | ||
<p> | ||
Own Id: OTP-18897 </p> | ||
</item> | ||
<item> | ||
<p> | ||
With this change, KEX strict terminal message is emitted | ||
with debug verbosity.</p> | ||
<p> | ||
Own Id: OTP-19002 Aux Id: ERIERL-1041 </p> | ||
</item> | ||
</list> | ||
</section> | ||
|
||
</section> | ||
|
||
<section><title>Ssh 4.9.1.4</title> | ||
|
||
<section><title>Fixed Bugs and Malfunctions</title> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters