open62541 1.3.12
Open source implementation of OPC UA
|
#include <openssl/bio.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | open_nb_socket (BIO **bio, SSL_CTX **ssl_ctx, const char *addr, const char *port, const char *ca_file, const char *ca_path, const char *cert_file, const char *key_file) |
void open_nb_socket | ( | BIO ** | bio, |
SSL_CTX ** | ssl_ctx, | ||
const char * | addr, | ||
const char * | port, | ||
const char * | ca_file, | ||
const char * | ca_path, | ||
const char * | cert_file, | ||
const char * | key_file ) |
Definition at line 22 of file openssl_sockets.h.