Lines Matching full:bio_printf
93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out,"%8sIssuer: %s\n","",p);
102 BIO_printf(out,"%8sLast Update: ","");
104 BIO_printf(out,"\n%8sNext Update: ","");
107 else BIO_printf(out,"NONE");
108 BIO_printf(out,"\n");
117 BIO_printf(out, "Revoked Certificates:\n");
118 else BIO_printf(out, "No Revoked Certificates.\n");
122 BIO_printf(out," Serial Number: ");
124 BIO_printf(out,"\n Revocation Date: ");
126 BIO_printf(out,"\n");