s_ssl_conf Struct Reference

#include <ssl.h>

Collaboration diagram for s_ssl_conf:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores configuration from ssl.txt.

Author:
VooDooMan
Version:
1
Date:
2004

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_botssl_bots
 Array of bots to use SSL for incomming connection.


Member Data Documentation

string s_ssl_conf::accept_ca_certs
 

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().

string s_ssl_conf::client_cert
 

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().

string s_ssl_conf::client_key
 

Path to file with key for client certificate.

Definition at line 53 of file ssl.h.

Referenced by botnet_loop(), and conf_ssl_init().

string s_ssl_conf::server_cert
 

Path to file with server's certificate chain.

Definition at line 50 of file ssl.h.

Referenced by conf_ssl_init(), and dcc_loop().

string s_ssl_conf::server_key
 

Path to file with server's private key.

Definition at line 51 of file ssl.h.

Referenced by conf_ssl_init(), and dcc_loop().

vector<s_ssl_bot> s_ssl_conf::ssl_bots
 

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().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:49 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo