Implement hmac-sha1-96. It's RECOMMENDED in the current transport draft,
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 43060c9..8357f0c 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -269,6 +269,8 @@ extern const struct ssh_signkey ssh_rsa;
 extern const struct ssh_mac ssh_hmac_md5;
 extern const struct ssh_mac ssh_hmac_sha1;
 extern const struct ssh_mac ssh_hmac_sha1_buggy;
+extern const struct ssh_mac ssh_hmac_sha1_96;
+extern const struct ssh_mac ssh_hmac_sha1_96_buggy;
 
 
 /*