Lines Matching defs:err_cert
137 X509 *err_cert;
140 err_cert = X509_STORE_CTX_get_current_cert(ctx);
145 if (err_cert) {
146 X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert),
164 if (err_cert == NULL)
168 X509_get_issuer_name(err_cert), 0, XN_FLAG_ONELINE);
174 if (err_cert == NULL)
177 ASN1_TIME_print(bio_err, X509_get_notBefore(err_cert));
183 if (err_cert == NULL)
186 ASN1_TIME_print(bio_err, X509_get_notAfter(err_cert));