Mercurial > dropbear
diff options.h @ 229:1c03b27e1ceb
- "twofish-cbc" is an alias for "twofish256-cbc"
- increase the maximum key length constant
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 30 Aug 2005 17:30:39 +0000 |
parents | 5e4110bb753a |
children | 225e6822ef53 |
line wrap: on
line diff
--- a/options.h Tue Aug 30 16:58:57 2005 +0000 +++ b/options.h Tue Aug 30 17:30:39 2005 +0000 @@ -278,7 +278,7 @@ #define MAX_MAC_LEN SHA1_HASH_SIZE -#define MAX_KEY_LEN 24 /* 3DES requires a 24 byte key */ +#define MAX_KEY_LEN 32 /* 256 bytes for aes256 etc */ #define MAX_IV_LEN 20 /* must be same as max blocksize, and >= SHA1_HASH_SIZE */ #define MAX_MAC_KEY 20