Home
last modified time | relevance | path

Searched refs:x509_verify_cert_hostname (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_verify.c35 static int x509_verify_cert_hostname(struct x509_verify_ctx *ctx, X509 *cert,
500 if (!x509_verify_cert_hostname(ctx, leaf, name)) in x509_verify_ctx_add_chain()
756 x509_verify_cert_hostname(struct x509_verify_ctx *ctx, X509 *cert, char *name) in x509_verify_cert_hostname() function