diff options
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 4e644e6c0e..789cfdb64a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,28 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.14</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The representation of Edward curves (ed25519 and ed448) + inside ssh had a temporary representation (ed_pri and + ed_pub).</p> + <p> + That is now changed to the public_key form. See the + manual for more information.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-17920</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.13.2</title> <section><title>Fixed Bugs and Malfunctions</title> |