aboutsummaryrefslogtreecommitdiff
path: root/doc/mainpage.dox
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-11-05 13:15:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-11-05 13:15:11 +0100
commit0c8984ba9f01cb9686935bee27fd90acf86e4f6d (patch)
treeb6bd6f2521f306e8908e1d4efbb30d63aa74db78 /doc/mainpage.dox
parent6f0f1ef29206a42dd5410df066a7560082c7c4bc (diff)
downloadlibssh-0c8984ba9f01cb9686935bee27fd90acf86e4f6d.tar.gz
libssh-0c8984ba9f01cb9686935bee27fd90acf86e4f6d.tar.xz
libssh-0c8984ba9f01cb9686935bee27fd90acf86e4f6d.zip
doc: Add curve25519 to features list.
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r--doc/mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 590f8cf5..70f774ad 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -19,7 +19,7 @@ the interesting functions as you go.
The libssh library provides:
- - <strong>Key Exchange Methods</strong>: <i>ecdh-sha2-nistp256</i>, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1
+ - <strong>Key Exchange Methods</strong>: <i>curve25519-sha256@libssh.org, ecdh-sha2-nistp256</i>, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1
- <strong>Hostkey Types</strong>: <i>ecdsa-sha2-nistp256</i>, ssh-dss, ssh-rsa
- <strong>Ciphers</strong>: <i>aes256-ctr, aes192-ctr, aes128-ctr</i>, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, des-cbc-ssh1, blowfish-cbc, none
- <strong>Compression Schemes</strong>: zlib, <i>zlib@openssh.com</i>, none