diff options
Diffstat (limited to 'lib/ssh/doc/src/notes.xml')
| -rw-r--r-- | lib/ssh/doc/src/notes.xml | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 33d90e00e5..bd5bff57ab 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,75 +30,6 @@ <file>notes.xml</file> </header> -<section><title>Ssh 4.12</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p>Missing runtime dependencies has been added to this - application.</p> - <p> - Own Id: OTP-17243 Aux Id: PR-4557 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Removed usage of <c>erlang:is_port/1</c> from the SSH - implementation.</p> - <p> - Own Id: OTP-16750</p> - </item> - <item> - <p> - Internal connection setup refactoring.</p> - <p> - Own Id: OTP-17051</p> - </item> - <item> - <p> - Refactor SSH fsm into a (hopefully) more comprehensible - set of gen_statem callback-files.</p> - <p> - Own Id: OTP-17140</p> - </item> - <item> - <p> - The RSA SHA1 sign/verify variants are disabled by - default. That is, ssh-rsa is disabled by default as well - as the SHA1 sign/verify with RSA keys from id_rsa and - ssh_host_rsa_key. All SHA2 sign/verify are enabled by - default.</p> - <p> - The reason is that SHA1 is now considered easy to break.</p> - <p> - To enable RSA with SHA1, for example for a very old and - unsafe peer, see <seeguide - marker="configure_algos#example-9">Example 9</seeguide> - in the User's Guide chapter <seeguide - marker="configure_algos">Configuring algorithms in - SSH</seeguide>.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-17259 Aux Id: OTP-16511, ERIERL-619 </p> - </item> - <item> - <p> - Adapt ssh supervisors to new 'significant' and - 'auto_shutdown' in supervisor.</p> - <p> - Own Id: OTP-17322 Aux Id: PR-4638, EEP-56, OTP-17334 </p> - </item> - </list> - </section> - -</section> - <section><title>Ssh 4.11.1</title> <section><title>Fixed Bugs and Malfunctions</title> |
