Skip to content
Snippets Groups Projects
Commit 1ed8d393 authored by Matt Johnston's avatar Matt Johnston
Browse files

Enable sha2 HMACs by default, they're required for ecdsa already

parent b24984de
No related merge requests found
...@@ -123,8 +123,8 @@ much traffic. */ ...@@ -123,8 +123,8 @@ much traffic. */
* which are not the standard form. */ * which are not the standard form. */
#define DROPBEAR_SHA1_HMAC #define DROPBEAR_SHA1_HMAC
#define DROPBEAR_SHA1_96_HMAC #define DROPBEAR_SHA1_96_HMAC
/*#define DROPBEAR_SHA2_256_HMAC*/ #define DROPBEAR_SHA2_256_HMAC
/*#define DROPBEAR_SHA2_512_HMAC*/ #define DROPBEAR_SHA2_512_HMAC
#define DROPBEAR_MD5_HMAC #define DROPBEAR_MD5_HMAC
/* You can also disable integrity. Don't bother disabling this if you're /* You can also disable integrity. Don't bother disabling this if you're
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment