From cf32842d0d8429f9be03962a5e662de09ce16325 Mon Sep 17 00:00:00 2001 From: Boris Wachtmeister Date: Sun, 16 Nov 2014 17:33:19 +0100 Subject: [PATCH] added hmac-sha2-256 and hmac-sha2-512 to the README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index af39b604..be486dd3 100644 --- a/README.adoc +++ b/README.adoc @@ -26,7 +26,7 @@ signatures:: `ssh-rsa`, `ssh-dss` mac:: - `hmac-md5`, `hmac-md5-96`, `hmac-sha1`, `hmac-sha1-96` + `hmac-md5`, `hmac-md5-96`, `hmac-sha1`, `hmac-sha1-96`, `hmac-sha2-256`, `hmac-sha2-512` compression:: `zlib` and `zlib@openssh.com` (delayed zlib)