diff options
author | Hans Nilsson <hans@erlang.org> | 2022-02-10 15:55:14 +0100 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2022-02-11 11:07:43 +0100 |
commit | 77007b6ac4ecb0971b0b9c586bc812f67bbe272c (patch) | |
tree | d1105ab8f8e3314bb59e9fbd76c4743babcc7a2d /lib/ssh/doc/src | |
parent | e4dd1b91baf9ecbf72b57ad9497f4ab4b26781e8 (diff) | |
download | erlang-77007b6ac4ecb0971b0b9c586bc812f67bbe272c.tar.gz |
ssh: Change Edwards curves representation
The temporary ed_pri and ed_pub are now changed in ssh
to #ECPoint and #ECPrivate as in public_key and ssl.
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh_file.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh_file.xml b/lib/ssh/doc/src/ssh_file.xml index 3af6a0777c..1b02e014f4 100644 --- a/lib/ssh/doc/src/ssh_file.xml +++ b/lib/ssh/doc/src/ssh_file.xml @@ -368,7 +368,7 @@ key :: % encoded key from eg ssh_host_*.pub an RFC4716 public key or an OpenSSH public key.</p> <note> <p>The following key types have been renamed from the deprecated - <seemfa marker="public_key:public_key#ssh_decode/2">public_key:ssh_decode/2</seemfa>:</p> + <c>public_key:ssh_decode/2</c>:</p> <list> <item>rfc4716_public_key -> rfc4716_key</item> <item>openssh_public_key -> openssh_key</item> @@ -393,8 +393,7 @@ key :: % encoded key from eg ssh_host_*.pub <desc> <p>Encodes a list of SSH file entries (public keys and attributes) to a binary.</p> <note> - <p>The following key types have been renamed from the deprecated - <seemfa marker="public_key:public_key#ssh_encode/2">public_key:ssh_encode/2</seemfa>:</p> + <p>The following key types have been renamed from the removed <c>public_key:ssh_encode/2</c>:</p> <list> <item>rfc4716_public_key -> rfc4716_key</item> <item>openssh_public_key -> openssh_key</item> |