Home | History | Annotate | Download | only in asn1

Lines Matching refs:BIO_printf

93 	BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
99 BIO_printf(out,"%8sIssuer: %s\n","",p);
101 BIO_printf(out,"%8sLast Update: ","");
103 BIO_printf(out,"\n%8sNext Update: ","");
106 else BIO_printf(out,"NONE");
107 BIO_printf(out,"\n");
115 BIO_printf(out, "Revoked Certificates:\n");
116 else BIO_printf(out, "No Revoked Certificates.\n");
120 BIO_printf(out," Serial Number: ");
122 BIO_printf(out,"\n Revocation Date: ");
124 BIO_printf(out,"\n");