mydata_t Struct Reference

Collaboration diagram for mydata_t:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores data for verification purposes.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 74 of file ssl.cpp.

Public Attributes

int always_continue
 If set to true, it continues even if there's a verification error.
char err [1024]
 Verification error message.
bool ok
 If true, there's no verification error yet.
int verbose_mode
 Verbose mode? (not using anymore).
int verify_depth
 Verification depth.


Member Data Documentation

int mydata_t::always_continue
 

If set to true, it continues even if there's a verification error.

Definition at line 77 of file ssl.cpp.

Referenced by ssl_client_connection(), ssl_server_connection(), and verify_callback().

char mydata_t::err[1024]
 

Verification error message.

Definition at line 79 of file ssl.cpp.

Referenced by ssl_process_error_on_verify(), ssl_server_connection(), ssl_verify_error(), and verify_callback().

bool mydata_t::ok
 

If true, there's no verification error yet.

Definition at line 78 of file ssl.cpp.

Referenced by ssl_client_connection(), ssl_process_error_on_verify(), ssl_server_connection(), ssl_server_read(), ssl_verify_error(), ssl_write(), and verify_callback().

int mydata_t::verbose_mode
 

Verbose mode? (not using anymore).

Definition at line 75 of file ssl.cpp.

Referenced by ssl_client_connection(), ssl_server_connection(), and verify_callback().

int mydata_t::verify_depth
 

Verification depth.

Definition at line 76 of file ssl.cpp.

Referenced by ssl_client_connection(), ssl_server_connection(), and verify_callback().


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

Hosted by SourceForge.net Logo