From 369051a5b4fbe9a5ace7930509cbe57b3478190d Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Thu, 21 Feb 2019 16:29:21 +0000 Subject: Remove SHA384 HMAC This is not supported by OpenSSH and not recommended to be implemented either. Signed-off-by: Dirkjan Bussink Reviewed-by: Jakub Jelen --- doc/mainpage.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 61f1f7c4..d319385c 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -23,7 +23,7 @@ The libssh library provides: - Public Key Algorithms: ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, rsa-sha2-512, rsa-sha2-256,ssh-dss - 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, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512, hmac-md5, none + - MAC hashes: hmac-sha1, hmac-sha2-256, hmac-sha2-512, hmac-md5, none - Authentication: none, password, public-key, 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