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

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

RE: ASN1_OBJECT to ascii?

1999-07-07 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" ? > >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 will have to clone the "i

Re: ASN1_OBJECT to ascii?

1999-07-01 Thread vf
> > 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() ? Vadim __ OpenSSL Project http://www.openssl.org Development Mai

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