From 77f632a5591204ff603c15d4476c36302f4f46a5 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 23 Oct 2017 15:35:03 +0200 Subject: doc: Missing new MAC algorithms in documentation Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- doc/mainpage.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 3a1af1d9..531d6a57 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -23,7 +23,7 @@ The libssh library provides: - Hostkey Types: ecdsa-sha2-nistp256, ssh-dss, ssh-rsa - Ciphers: aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, none - Compression Schemes: zlib, zlib@openssh.com, none - - MAC hashes: hmac-sha1, none + - MAC hashes: hmac-sha1, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512, hmac-md5, none - Authentication: none, password, public-key, hostbased, keyboard-interactive, gssapi-with-mic - Channels: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem, auth-agent-req@openssh.com - Global Requests: tcpip-forward, forwarded-tcpip -- cgit v1.2.3