Home | History | Annotate | Download | only in ocsp

Lines Matching refs:err

65 #include <openssl/err.h>
144 if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
150 goto err;
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
162 goto err;
166 goto err;
177 err:
194 if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err;
197 OCSP_response_status_str(l), l) <= 0) goto err;
200 goto err;
202 goto err;
210 if (!(br = OCSP_response_get1_basic(o))) goto err;
214 l+1,l) <= 0) goto err;
215 if (BIO_puts(bp," Responder Id: ") <= 0) goto err;
228 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err;
229 if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt)) goto err;
230 if (BIO_printf(bp,"\n Responses:\n") <= 0) goto err;
236 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
240 goto err;
245 goto err;
248 goto err;
255 goto err;
258 if (BIO_printf(bp,"\n This Update: ") <= 0) goto err;
260 goto err;
263 if (BIO_printf(bp,"\n Next Update: ") <= 0)goto err;
265 goto err;
267 if (BIO_write(bp,"\n",1) <= 0) goto err;
271 goto err;
272 if (BIO_write(bp,"\n",1) <= 0) goto err;
276 goto err;
278 goto err;
287 err: