Re: Question about Certificate Revokation lists using openssl ....
Matthew McHugh a écrit : > Hello all, hello alone > > Is there a tool that I can use to manage CRL's? I am looking at > starting my own CA for my company, but we need to revoke certificates > before they expire. I think this can be done via the command line, > but I was wondering if there is
[openssl-users] I need some help with parsing a X509 certificate
Hi When I read a PEM certificate with "PEM_read_bio_X509(bp, NULL, 0, NULL);" that return me a X509 object. who can I display it in "STRING" or "char *" format? thanks François __ OpenSSL Project