dodo::data::base::mysql::__ssl_options__ Struct Reference
defines SSL mySQL options More...
#include <dataBaseMysql.h>
Public Attributes | |
| dodoString | key |
| pathname to the key file | |
| dodoString | cert |
| pathname to the certificate file | |
| dodoString | ca |
| pathname to the certificate authority file | |
| dodoString | capath |
| pathname to a directory that contains trusted SSL CA certificates in pem format | |
| dodoString | cipher |
| allowed SSL ciphers | |
Detailed Description
defines SSL mySQL options
Definition at line 55 of file dataBaseMysql.h.
Member Data Documentation
| dodoString dodo::data::base::mysql::__ssl_options__::ca |
pathname to the certificate authority file
Definition at line 58 of file dataBaseMysql.h.
pathname to a directory that contains trusted SSL CA certificates in pem format
Definition at line 59 of file dataBaseMysql.h.
pathname to the certificate file
Definition at line 57 of file dataBaseMysql.h.
allowed SSL ciphers
Definition at line 60 of file dataBaseMysql.h.
pathname to the key file
Definition at line 56 of file dataBaseMysql.h.
The documentation for this struct was generated from the following file:
- include/libdodo/dataBaseMysql.h
Generated on Sun Nov 8 03:44:46 2009 for libdodo by
1.6.1

