mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
Enable sha2 HMACs by default, they're required for ecdsa already
This commit is contained in:
parent
b24984deb3
commit
1ed8d3938e
@ -123,8 +123,8 @@ much traffic. */
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user