Mercurial > dropbear
comparison options.h @ 683:63f8d6c469cf
ENABLE_USER_ALGO_LIST should work for the client
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 May 2012 00:26:12 +0800 |
parents | 4edea9f363d0 |
children | c37857676924 167fdc091c05 |
comparison
equal
deleted
inserted
replaced
682:4edea9f363d0 | 683:63f8d6c469cf |
---|---|
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 */ | 83 /* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime */ |
84 /* #define ENABLE_USER_ALGO_LIST*/ | 84 #define ENABLE_USER_ALGO_LIST |
85 | 85 |
86 /* Encryption - at least one required. | 86 /* Encryption - at least one required. |
87 * Protocol RFC requires 3DES and recommends AES128 for interoperability. | 87 * Protocol RFC requires 3DES and recommends AES128 for interoperability. |
88 * Including multiple keysize variants the same cipher | 88 * Including multiple keysize variants the same cipher |
89 * (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.*/ |