From c62e53807f6e7cf49544cbd7103929282a628311 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 10 May 2012 08:38:37 +0800 Subject: - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be getting keyed incorrectly --HG-- branch : sha2 --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') 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 -- cgit v1.2.3