#include "tls-verifier.h"#include "messages.h"#include "compat/openssl_support.h"#include <openssl/x509v3.h>
Functions | |
| TLSVerifier * | tls_verifier_new (TLSSessionVerifyFunc verify_func, gpointer verify_data, GDestroyNotify verify_data_destroy) |
| TLSVerifier * | tls_verifier_ref (TLSVerifier *self) |
| void | tls_verifier_unref (TLSVerifier *self) |
| gboolean | tls_wildcard_match (const gchar *host_name, const gchar *pattern) |
| gboolean | tls_verify_certificate_name (X509 *cert, const gchar *host_name) |
| TLSVerifier* tls_verifier_new | ( | TLSSessionVerifyFunc | verify_func, |
| gpointer | verify_data, | ||
| GDestroyNotify | verify_data_destroy | ||
| ) |
| TLSVerifier* tls_verifier_ref | ( | TLSVerifier * | self | ) |
| void tls_verifier_unref | ( | TLSVerifier * | self | ) |
| gboolean tls_verify_certificate_name | ( | X509 * | cert, |
| const gchar * | host_name | ||
| ) |
| gboolean tls_wildcard_match | ( | const gchar * | host_name, |
| const gchar * | pattern | ||
| ) |