Mercurial > dropbear
changeset 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 | ed85797bbc85 |
children | 73ea0dce9a57 e3614649b1f5 |
files | options.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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