diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-08-31 15:04:12 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-31 15:04:37 +0200 |
commit | be147e897d4a5d0147308722214e7ade20bb67f6 (patch) | |
tree | 2f59cdc2789f8511d0e78ed40873a7734f74a2e0 /doc | |
parent | 1d329236b3244ea9994aab7b834979a7f2ef08f5 (diff) | |
download | libssh-be147e897d4a5d0147308722214e7ade20bb67f6.tar.gz libssh-be147e897d4a5d0147308722214e7ade20bb67f6.tar.xz libssh-be147e897d4a5d0147308722214e7ade20bb67f6.zip |
doc: Update Public Key Algorithms
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox index bf9a1e41..61f1f7c4 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -20,7 +20,7 @@ the interesting functions as you go. The libssh library provides: - <strong>Key Exchange Methods</strong>: <i>curve25519-sha256, 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>ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521</i>, ssh-dss, ssh-rsa + - <strong>Public Key Algorithms</strong>: ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, rsa-sha2-256,ssh-dss - <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 - <strong>MAC hashes</strong>: hmac-sha1, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512, hmac-md5, none |