Lines Matching defs:cert
119 apr_pool_t *p, X509 *cert, const char *format,
130 if (cert) {
144 name = SSL_X509_NAME_to_string(p, X509_get_subject_name(cert),
153 name = SSL_X509_NAME_to_string(p, X509_get_issuer_name(cert),
162 if (i2a_ASN1_INTEGER(bio, X509_get_serialNumber(cert)) == -1)
166 ASN1_TIME_print(bio, X509_get_notBefore(cert));
169 ASN1_TIME_print(bio, X509_get_notAfter(cert));
202 * details of the X509 cert. For ssl_log_xerror, a pool needs to be passed in
203 * as well (for temporary allocation of the cert's subject/issuer name strings,
207 apr_pool_t *ptemp, server_rec *s, X509 *cert,
214 cert, fmt, ap);
220 conn_rec *c, X509 *cert, const char *fmt, ...)
226 cert, fmt, ap);
232 request_rec *r, X509 *cert, const char *fmt, ...)
238 cert, fmt, ap);