aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-10-23 15:32:03 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-11-07 15:12:27 +0100
commit54165a394aa739ef1f368fba2dfdad674519d9e1 (patch)
treef67bb23312b5647584b4b93beae1d02b8bad4e81 /doc
parent16818bd0e4525ac46de7c127ddce455e06839023 (diff)
downloadlibssh-54165a394aa739ef1f368fba2dfdad674519d9e1.tar.gz
libssh-54165a394aa739ef1f368fba2dfdad674519d9e1.tar.xz
libssh-54165a394aa739ef1f368fba2dfdad674519d9e1.zip
doc: Missing new ECDH algorithms in documentation
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 00f46cbd..3a1af1d9 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>curve25519-sha256@libssh.org, 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, ecdh-sha2-nistp384, ecdh-sha2-nistp521</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, blowfish-cbc, none
- <strong>Compression Schemes</strong>: zlib, <i>zlib@openssh.com</i>, none