Mercurial > dropbear
comparison options.h @ 503:0cdbc95bb3d2
- Get rid of blowfish and twofish CTR since they weren't likely
to be that useful
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 29 Sep 2008 14:30:47 +0000 |
parents | 43bbe17d6ba0 |
children | d4bbc0039008 |
comparison
equal
deleted
inserted
replaced
502:43bbe17d6ba0 | 503:0cdbc95bb3d2 |
---|---|
84 #define DROPBEAR_BLOWFISH | 84 #define DROPBEAR_BLOWFISH |
85 #define DROPBEAR_TWOFISH256 | 85 #define DROPBEAR_TWOFISH256 |
86 #define DROPBEAR_TWOFISH128 | 86 #define DROPBEAR_TWOFISH128 |
87 | 87 |
88 /* Enable "Counter Mode" for ciphers. This is more secure than normal | 88 /* Enable "Counter Mode" for ciphers. This is more secure than normal |
89 * CBC mode against certain attacks. TODO how much size does it add? */ | 89 * CBC mode against certain attacks. This adds around 1kB to binary |
90 * size and is recommended for most cases */ | |
90 #define DROPBEAR_ENABLE_CTR_MODE | 91 #define DROPBEAR_ENABLE_CTR_MODE |
91 | 92 |
92 /* Message Integrity - at least one required. | 93 /* Message Integrity - at least one required. |
93 * Protocol RFC requires sha1 and recommends sha1-96. | 94 * Protocol RFC requires sha1 and recommends sha1-96. |
94 * sha1-96 may be of use for slow links, as it has a smaller overhead. | 95 * sha1-96 may be of use for slow links, as it has a smaller overhead. |