summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-05-10 08:38:37 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-05-10 08:38:37 +0800
commitc62e53807f6e7cf49544cbd7103929282a628311 (patch)
tree4877f61931c74cf0182d35dca67193049a2ccb95 /options.h
parent10d7a358416e4125b05b0e28f4175659febdcb32 (diff)
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
getting keyed incorrectly --HG-- branch : sha2
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 14dda0c..77a7c73 100644
--- a/options.h
+++ b/options.h
@@ -112,6 +112,8 @@ much traffic. */
#define DROPBEAR_SHA1_HMAC
#define DROPBEAR_SHA1_96_HMAC
+#define DROPBEAR_SHA2_256_HMAC
+#define DROPBEAR_SHA2_512_HMAC
#define DROPBEAR_MD5_HMAC
/* Hostkey/public key algorithms - at least one required, these are used