diff options
author | Henrik Nord <henrik@erlang.org> | 2022-03-10 08:50:54 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2022-03-10 08:50:54 +0100 |
commit | 3d625adb68edf20564aaf546fc0d105f8aaeb80d (patch) | |
tree | f6bec7f7c457f82c09f91178c2dadf7b022440eb /lib/ssh/doc/src | |
parent | 891fcb23e7380a1ff7667b60ec91e7bc0402ac98 (diff) | |
parent | fe02a02f6deea5d82f654bcca7ebd615a2430ca4 (diff) | |
download | erlang-3d625adb68edf20564aaf546fc0d105f8aaeb80d.tar.gz |
Merge branch 'maint' into master
* maint:
Updated OTP version
Prepare release
Update copyright year
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 c8e57a1649..4e644e6c0e 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> |