Olivier Michiels wrote:
>
> Hi,
>
> I try to create a new ASN1_OBJECT with my new NID and it doesn't work.
> Do I have to run a special script to add my new object.
>
This should really be in openssl-users.
You can create a new NID by called OBJ_create().
You can also add objects permanently by editing
crypto/objects/objects.txt and the normal compilation process (at least
under Unix) should run the relevant scripts but that isn't advisable.
You can also create ASN1_OBJECT structures without adding a NID using
OBJ_txt2obj().
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]