Mercurial > dropbear
changeset 680:bd4b5d7886e5 sha2
Disable SHA256 and SHA512 by default in options.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 May 2012 21:56:50 +0800 |
parents | 03073a27abb3 |
children | a4b7627b3157 f31fce2430e8 |
files | options.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/options.h Thu May 10 08:38:37 2012 +0800 +++ b/options.h Wed May 16 21:56:50 2012 +0800 @@ -112,8 +112,8 @@ #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 /* Hostkey/public key algorithms - at least one required, these are used