aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2016-01-24 21:41:42 -0800
committerKenny Root <kenny@the-b.org>2016-01-24 21:42:09 -0800
commitff0cf982d3e5026235449e7ea28733fc7e0f3865 (patch)
tree0288f69bf92874c90a2c08bdfb805c710c45b8f6
parent2141c2838692b2a25b80a10426ab4cca6a5213ef (diff)
downloadsshlib-ff0cf982d3e5026235449e7ea28733fc7e0f3865.tar.gz
sshlib-ff0cf982d3e5026235449e7ea28733fc7e0f3865.tar.bz2
sshlib-ff0cf982d3e5026235449e7ea28733fc7e0f3865.zip
Update comments about supported algorithms
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f8230c..b8ee91b 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,9 @@
This is ConnectBot's SSH library. It started as a continuation of the Trilead SSH2 library,
but has had several features added to it since then.
-* ECDSA key support
-* ECDH key exchange
+##### Key support:
+ * ECDSA (RFC 5656)
+ * Ed25519 (draft-bjh21-ssh-ed25519-02)
+##### Key exchange:
+ * ECDH (RFC 5656)
+ * X25519 (curve25519-sha256@libssh.org)