diff options
author | Matt Johnston <matt@ucc.asn.au> | 2012-05-10 08:38:37 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2012-05-10 08:38:37 +0800 |
commit | c62e53807f6e7cf49544cbd7103929282a628311 (patch) | |
tree | 4877f61931c74cf0182d35dca67193049a2ccb95 /options.h | |
parent | 10d7a358416e4125b05b0e28f4175659febdcb32 (diff) |
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
getting keyed incorrectly
--HG--
branch : sha2
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ much traffic. */ #define DROPBEAR_SHA1_HMAC #define DROPBEAR_SHA1_96_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 |