Home | History | Annotate | Download | only in ocsp

Lines Matching full:bio_printf

71 	BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
81 BIO_printf(bp, "\n");
146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
197 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n",
215 if (BIO_printf(bp,"\n Version: %lu (0x%lx)\n",
230 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err;
232 if (BIO_printf(bp,"\n Responses:\n") <= 0) goto err;
240 if (BIO_printf(bp," Cert Status: %s",
246 if (BIO_printf(bp, "\n Revocation Time: ") <= 0)
254 if (BIO_printf(bp,
260 if (BIO_printf(bp,"\n This Update: ") <= 0) goto err;
265 if (BIO_printf(bp,"\n Next Update: ") <= 0)goto err;