Home
last modified time | relevance | path

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

/minix3/usr.sbin/syslogd/
H A Dtls.h173 bool match_certfile(const X509 *, const char *);
H A Dtls.c562 match_certfile(const X509 *cert1, const char *certfilename) in match_certfile() function
771 if (match_certfile(cur_cert, cred->data)) in check_peer_cert()
796 else if (match_certfile(cur_cert, conn_info->certfile)) in check_peer_cert()