mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add config option peer_ssl_cipher_list.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user