Mercurial > dropbear
comparison options.h @ 682:4edea9f363d0
Add rough support for choosing ciphers/hashes with "-c" or "-m"
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 May 2012 00:12:42 +0800 |
parents | 55b84e59aaad |
children | 63f8d6c469cf |
comparison
equal
deleted
inserted
replaced
678:6e0899b56ac4 | 682:4edea9f363d0 |
---|---|
78 | 78 |
79 /* Enable "Netcat mode" option. This will forward standard input/output | 79 /* Enable "Netcat mode" option. This will forward standard input/output |
80 * to a remote TCP-forwarded connection */ | 80 * to a remote TCP-forwarded connection */ |
81 #define ENABLE_CLI_NETCAT | 81 #define ENABLE_CLI_NETCAT |
82 | 82 |
83 /* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime */ | |
84 /* #define ENABLE_USER_ALGO_LIST*/ | |
85 | |
83 /* Encryption - at least one required. | 86 /* Encryption - at least one required. |
84 * Protocol RFC requires 3DES and recommends AES128 for interoperability. | 87 * Protocol RFC requires 3DES and recommends AES128 for interoperability. |
85 * Including multiple keysize variants the same cipher | 88 * Including multiple keysize variants the same cipher |
86 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ | 89 * (eg AES256 as well as AES128) will result in a minimal size increase.*/ |
87 #define DROPBEAR_AES128 | 90 #define DROPBEAR_AES128 |