From 59a3de982bad2666d018cbd86a470e6cae7b6db6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 9 Sep 2016 13:43:23 +0200 Subject: [PATCH] Add missing MAC hashes in libssh --- libssh2-vs-libssh.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh2-vs-libssh.t b/libssh2-vs-libssh.t index 2de9f99..70a483e 100644 --- a/libssh2-vs-libssh.t +++ b/libssh2-vs-libssh.t @@ -45,7 +45,7 @@ SUBTITLE(libssh 0.7.x)
  • Hostkey Types: ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-rsa, ssh-dss, ssh-rsa, 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, none +
  • MAC hashes: hmac-sha2-256, hmac-sha2-512, hmac-sha1, 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