Lines Matching refs:cert_parse
203 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3291 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen),
3423 * cert_parse - parse x509 certificate and create info/value structures.
3436 cert_parse(
3456 msyslog(LOG_ERR, "cert_parse: %s",
3470 msyslog(LOG_ERR, "cert_parse: %s",
3481 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s",
3503 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s",
3546 DPRINTF(1, ("cert_parse: %s: %s\n",
3560 DPRINTF(1, ("cert_parse: %s\n",
3572 "cert_parse: signature not verified %s",
3585 "cert_parse: certificate trail loop %s",
3601 "cert_parse: invalid times %s first %u-%02u-%02uT%02u:%02u:%02u last %u-%02u-%02uT%02u:%02u:%02u fstamp %u-%02u-%02uT%02u:%02u:%02u",
3854 ret = cert_parse(data, len, fstamp);