#include <ssl.h>
Collaboration diagram for s_ssl_conf:
Definition at line 48 of file ssl.h.
Public Attributes | |
string | accept_ca_certs |
File containing certificates of CA's that we are trust. | |
string | client_cert |
Path to file with client certificate chain we use to connect as client to another bot. | |
string | client_key |
Path to file with key for client certificate. | |
string | server_cert |
Path to file with server's certificate chain. | |
string | server_key |
Path to file with server's private key. | |
vector< s_ssl_bot > | ssl_bots |
Array of bots to use SSL for incomming connection. |
|
File containing certificates of CA's that we are trust.
Definition at line 49 of file ssl.h. Referenced by conf_ssl_init(), and main(). |
|
Path to file with client certificate chain we use to connect as client to another bot.
Definition at line 52 of file ssl.h. Referenced by botnet_loop(), and conf_ssl_init(). |
|
Path to file with key for client certificate.
Definition at line 53 of file ssl.h. Referenced by botnet_loop(), and conf_ssl_init(). |
|
Path to file with server's certificate chain.
Definition at line 50 of file ssl.h. Referenced by conf_ssl_init(), and dcc_loop(). |
|
Path to file with server's private key.
Definition at line 51 of file ssl.h. Referenced by conf_ssl_init(), and dcc_loop(). |
|
Array of bots to use SSL for incomming connection.
Definition at line 54 of file ssl.h. Referenced by conf_ssl_init(), and dcc_loop(). |