Re: ASN1_OBJECT to ascii?

1999-07-07 Thread Dr Stephen Henson
Salz, Rich wrote: I have an ASN1_OBJECT, which in this case is an OID. How do I get a string out, like "1.2.4.122334.69" ? i2t_ASN1_OBJECT() ? No because that gives preference to a user-friendly name, which of course isn't guaranteed to be unique. The answer appears to be that I

RE: ASN1_OBJECT to ascii?

1999-07-07 Thread Salz, Rich
Or do an "evil hack". ... I can't believe you wrote that in a public forum. :) __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated

ASN1_OBJECT to ascii?

1999-07-01 Thread Salz, Rich
I have an ASN1_OBJECT, which in this case is an OID. How do I get a string out, like "1.2.4.122334.69" ? tnx. __ OpenSSL Project http://www.openssl.org Development Mailing List