Add config option peer_ssl_cipher_list.

This commit is contained in:
Arthur Britto
2012-04-28 16:15:15 -07:00
parent 67e34a1594
commit 10017b06a2
2 changed files with 27 additions and 17 deletions

View File

@@ -7,6 +7,9 @@
const int SYSTEM_PEER_PORT=6561;
// Allow anonymous DH.
#define DEFAULT_PEER_SSL_CIPHER_LIST "ALL:!LOW:!EXP:!MD5:@STRENGTH"
class Config
{
public:
@@ -42,6 +45,8 @@ public:
std::string VALIDATION_PASSWORD;
std::string VALIDATION_KEY;
std::string PEER_SSL_CIPHER_LIST;
// configuration parameters
std::string DATA_DIR;