Re: Best way to convert a DER-encoded DN?

2004-09-10 Thread Geoffrey Huang
Great -- that's what I gleaned from the documentation, but I wanted to be sure. Thanks, -g Dr. Stephen Henson wrote: On Fri, Sep 10, 2004, Geoffrey Huang wrote: Hi there, What's the best way to encoded a DER-encoded DN "string" to human readable format? Convert from DER to X509_NAME structure u

Re: Best way to convert a DER-encoded DN?

2004-09-10 Thread Dr. Stephen Henson
On Fri, Sep 10, 2004, Geoffrey Huang wrote: > Hi there, > > What's the best way to encoded a DER-encoded DN "string" to human readable > format? > Convert from DER to X509_NAME structure using d2i_X509_NAME() then produce human readable version using X509_NAME_print_ex(). Steve. -- Dr Stephen

Best way to convert a DER-encoded DN?

2004-09-10 Thread Geoffrey Huang
Hi there, What's the best way to encoded a DER-encoded DN "string" to human readable format? Thanks, -g __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL P