summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-08-30 17:30:39 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-08-30 17:30:39 +0000
commit77f4520207bf6be9dc89be406f8270c371dba22e (patch)
treef2719aa803b2336bf49da4f37f9663f74bd55d3b /options.h
parentca77392bd1bde7e42b8254f82ca9b0b569b4f74d (diff)
- "twofish-cbc" is an alias for "twofish256-cbc"
- increase the maximum key length constant --HG-- extra : convert_revision : 8e534d4002dc8572041e6c7091ca3c694ce680fa
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index adfcb44..7a9cb64 100644
--- a/options.h
+++ b/options.h
@@ -278,7 +278,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
#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