Loading...
Searching...
No Matches
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

◆ as_tls_match_name()

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

◆ as_tls_match_san()

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