diff options
author | Hans Nilsson <[email protected]> | 2018-11-12 12:13:48 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-11-19 17:22:38 +0100 |
commit | a2180a92bf9c52b4a98376317ab90ade742cc978 (patch) | |
tree | 97095b12154c0322ed1c07dd012042ed8eddb3a5 /lib/ssh/doc/src/ssh_app.xml | |
parent | b2f4785341766643a45c1a9b56b725c58a595031 (diff) | |
download | otp-a2180a92bf9c52b4a98376317ab90ade742cc978.tar.gz otp-a2180a92bf9c52b4a98376317ab90ade742cc978.tar.bz2 otp-a2180a92bf9c52b4a98376317ab90ade742cc978.zip |
ssh: Add Edward curves to the documentation
Diffstat (limited to 'lib/ssh/doc/src/ssh_app.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_app.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh_app.xml b/lib/ssh/doc/src/ssh_app.xml index eb804e67dc..0c22a50c3f 100644 --- a/lib/ssh/doc/src/ssh_app.xml +++ b/lib/ssh/doc/src/ssh_app.xml @@ -175,6 +175,8 @@ <item>ecdsa-sha2-nistp384</item> <item>ecdsa-sha2-nistp521</item> <item>ecdsa-sha2-nistp256</item> + <item>ssh-ed25519</item> + <item>ssh-ed448</item> <item>ssh-rsa</item> <item>rsa-sha2-256</item> <item>rsa-sha2-512</item> @@ -378,7 +380,11 @@ <item> <url href="https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves">Secure Shell (SSH) Key Exchange Method using Curve25519 and Curve448 (work in progress)</url> </item> - + + <item> + <url href="https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448">Ed25519 and Ed448 public key algorithms for the Secure Shell (SSH) protocol (work in progress)</url> + </item> + </list> </section> |