[openssl-users] I need some help with parsing a X509 certificate

2005-04-06 Thread Francois noel
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

Re: [openssl-users] I need some help with parsing a X509 certificate

2005-04-06 Thread Nils Larsch
Francois noel wrote: 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? try X509_print_ex Nils __ OpenSSL Project