On Wed, Jul 13, 2005, Manuel Gil Perez wrote:

> 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??
> 

OBJ_create() will dynamically create an OID but it will assign the next free
NID rather than one you specify.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to