tls.c | 564 match_certfile(const X509 *cert1, const char *certfilename) function in typeref:typename:bool 579 DPRINTF((D_TLS|D_CALL), "match_certfile(cert@%p, file \"%s\") " 775 if (match_certfile(cur_cert, cred->data)) 800 else if (match_certfile(cur_cert, conn_info->certfile))
|