c-icap-doc  0.1
Data Fields
ci_tls_client_options Struct Reference


Stores basic parameters for connecting to the remote TLS server. More...

#include <net_io_ssl.h>

Data Fields

const char * method
 
The TLS method to use. More...
 
const char * cert
 
The path to a file stores the certificate
 
const char * key
 
The path to a file stores the certificate key
 
const char * ciphers
 
The ciphers list separated by ':'. More...
 
const char * cafile
 
Path to a file stores the CA certificates
 
const char * capath
 
Path to a directory where the CA certificates are stored
 
int verify
 
Set to 1 if server certificate verification is required 0 otherwise.
 
unsigned long options
 
Please read SSL_CTX_set_options man page for available options
 

Detailed Description


Stores basic parameters for connecting to the remote TLS server.

Field Documentation

◆ ciphers

const char* ci_tls_client_options::ciphers


The ciphers list separated by ':'.

Read OpenSSL manuals for complete list of ciphers.

◆ method

const char* ci_tls_client_options::method


The TLS method to use.

Can be set to one of TLSv1_2, TLSv1_1, TLSv1, SSLv23, SSLv3


The documentation for this struct was generated from the following file: