diff options
author | Erlang/OTP <otp@erlang.org> | 2022-03-09 11:23:39 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-03-09 11:23:39 +0100 |
commit | 8f1888b5349c53dbf04211a48d6aa18f9d126cf0 (patch) | |
tree | 01bd156d15d6274977c1cf729fb2ecf5b1fbac46 /lib/ssh/doc/src | |
parent | 2125eff04b2b8fe99fc3f01ea8363beffa5b3b74 (diff) | |
download | erlang-8f1888b5349c53dbf04211a48d6aa18f9d126cf0.tar.gz |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index aaf2428026..54904de950 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,66 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.13.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix makefile dependency bugs.</p> + <p> + Own Id: OTP-17847 Aux Id: PR-5574 GH-5548 </p> + </item> + <item> + <p> + Fixed faulty OpenSSH decoding of Ed25519/Ed448 keys in + the OpenSSH format <c>openssh_key_v1</c>.</p> + <p> + Own Id: OTP-17868 Aux Id: PR-5520 </p> + </item> + <item> + <p> + Correction of ssh_file typing, specially for the + experimental openssh-key-v1 encoding.</p> + <p> + Own Id: OTP-17912 Aux Id: GH-5680 </p> + </item> + <item> + <p> + Improper tag for private ED keys when encoding with + ssh:encode/2.</p> + <p> + The tuple had <c>ed_priv</c> as first element, but should + have had <c>ed_pri</c>. This is now corrected.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-17928 Aux Id: PR-5679 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add support for Ed25519/Ed448 SSH host keys in the RFC + 4716 format ("<c>-----BEGIN EC PRIVATE KEY-----</c>") + generated by for example openssl or via Erlang functions + (i.e. <c>public_key:generate_key({namedCurve, + ed25519})</c>).</p> + <p> + Ed25519 SSH host keys generated by <c>ssh-keygen</c> was, + and are still, supported.</p> + <p> + Own Id: OTP-17857 Aux Id: PR-5532 </p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.13.1</title> <section><title>Fixed Bugs and Malfunctions</title> |