All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
ssl_util.h File Reference
#include <aerospike/as_std.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
+ Include dependency graph for ssl_util.h:

Go to the source code of this file.

Functions

bool as_tls_match_name (X509 *x509, const char *name, bool allow_wildcard)
 
bool as_tls_match_san (X509 *x509, const char *name)
 

Function Documentation

bool as_tls_match_name ( X509 *  x509,
const char *  name,
bool  allow_wildcard 
)
bool as_tls_match_san ( X509 *  x509,
const char *  name 
)