#include <xcom_network_provider_native_lib.h>
|
static int | xcom_init_ssl (const char *server_key_file, const char *server_cert_file, const char *client_key_file, const char *client_cert_file, const char *ca_file, const char *ca_path, const char *crl_file, const char *crl_path, const char *cipher, const char *tls_version, const char *tls_ciphersuites) |
|
static void | xcom_cleanup_ssl () |
|
static void | xcom_destroy_ssl () |
|
static int | ssl_verify_server_cert (SSL *ssl, const char *server_hostname) |
|
◆ ssl_verify_server_cert()
int Xcom_network_provider_ssl_library::ssl_verify_server_cert |
( |
SSL * |
ssl, |
|
|
const char * |
server_hostname |
|
) |
| |
|
static |
◆ xcom_cleanup_ssl()
void Xcom_network_provider_ssl_library::xcom_cleanup_ssl |
( |
| ) |
|
|
static |
◆ xcom_destroy_ssl()
void Xcom_network_provider_ssl_library::xcom_destroy_ssl |
( |
| ) |
|
|
static |
◆ xcom_init_ssl()
int Xcom_network_provider_ssl_library::xcom_init_ssl |
( |
const char * |
server_key_file, |
|
|
const char * |
server_cert_file, |
|
|
const char * |
client_key_file, |
|
|
const char * |
client_cert_file, |
|
|
const char * |
ca_file, |
|
|
const char * |
ca_path, |
|
|
const char * |
crl_file, |
|
|
const char * |
crl_path, |
|
|
const char * |
cipher, |
|
|
const char * |
tls_version, |
|
|
const char * |
tls_ciphersuites |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: