Mercurial > dropbear
diff options.h @ 988:6c0fb5428aaa
Enable sha2 HMACs by default, they're required for ecdsa already
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 13 Jan 2015 20:55:04 +0800 |
parents | dccaecc68c77 |
children | 73ea0dce9a57 731f624af902 |
line wrap: on
line diff
--- a/options.h Sun Jan 04 23:10:59 2015 +0800 +++ b/options.h Tue Jan 13 20:55:04 2015 +0800 @@ -123,8 +123,8 @@ * which are not the standard form. */ #define DROPBEAR_SHA1_HMAC #define DROPBEAR_SHA1_96_HMAC -/*#define DROPBEAR_SHA2_256_HMAC*/ -/*#define DROPBEAR_SHA2_512_HMAC*/ +#define DROPBEAR_SHA2_256_HMAC +#define DROPBEAR_SHA2_512_HMAC #define DROPBEAR_MD5_HMAC /* You can also disable integrity. Don't bother disabling this if you're