Hi all,

I have a C++ application that uses OpenSSL as cryptographic library and I need to create a new OID which will be used in my application.

The definition will be as follows:

 #define SN_id_ct_scvp_certValRequest   "id-ct-scvp-certValRequest"
 #define NID_id_ct_scvp_certValRequest  751
 #define OBJ_id_ct_scvp_certValRequest  OBJ_id_smime_ct,10L

This OID pertains to the SCVP draft.

How can I create this OID to be used in my application??

Thanks a lot !

------
Manuel Gil PĂ©rez
http://pki.dif.um.es

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

Reply via email to