Lines Matching refs:cert_parse
201 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3289 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen),
3421 * cert_parse - parse x509 certificate and create info/value structures.
3434 cert_parse(
3454 msyslog(LOG_ERR, "cert_parse: %s",
3468 msyslog(LOG_ERR, "cert_parse: %s",
3479 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s",
3501 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s",
3544 DPRINTF(1, ("cert_parse: %s: %s\n",
3558 DPRINTF(1, ("cert_parse: %s\n",
3570 "cert_parse: signature not verified %s",
3583 "cert_parse: certificate trail loop %s",
3599 "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",
3852 ret = cert_parse(data, len, fstamp);