Hi everybody!

Here is the sample code:

   int nid;
   nid = OBJ_create("1.2.3.4", "MyAlias", "My Test
Alias Extension");
   X509V3_EXT_add_alias(nid, NID_netscape_comment);
   add_ext(x, nid, "Test Extension...");

It works fine :) But I want to change the first
parameter in OBJ_create() and I fail there. As I think,
it have to be in some special format, but I can't found
any info about it.

Thanks a lot!

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to