Hi all,
Hi Dominik,

> in a project I maintain I have to deal with OIDs not 
> contained within OpenSSL. In particular, I use OpenSSL to 
> parse ASN1 encoded data containing OIDs (using the Macros 
> from asn1t.h) and do switch-case statements on the resulting 
> NIDs. Until now I used to patch OpenSSL (adding the OIDs to 
> objects.txt and running the objects.pl script to generate the 
> NIDs) to contain my OIDs but this approach is far from ideal.

Do you need to work with OIDs and other DER for ASN.1 encoded
data and are using a specific part of OpenSSL as DER
encoder/decoder? In this case you might take a look to 

http://lionet.info/asn1c/compiler.html

It is free (BSD), is exists since many years and there is a
lot of documentations and examples, one deals with X.509.

Just in case it helps.

oki,

Steffen

>From the webpage:

The asn1c is a free, open source compiler of ASN.1 specifications into C
source code. It supports a range of ASN.1 syntaxes, including
ISO/IEC/ITU ASN.1 1988, '94, '97, 2002 and later amendments. The
supported sets of encoding rules are

    * BER: ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002) (BER/DER/CER)
    * PER: X.691|8825-2 (2002) (PER).
    * XER: X.693|8825-3 (2001) (BASIC-XER/CXER). 

The compiler was written specifically to address security concerns while
providing streaming decoding capabilities.



---[ End of Message ]---





















































 
About Ingenico: Ingenico is a leading provider of payment, transaction and 
business solutions, with over 15 million terminals deployed in more than 125 
countries. Over 3,000 employees worldwide support merchants, banks and service 
providers to optimize and secure their electronic payments solutions, develop 
their offer of services and increase their point of sales revenue. 
http://www.ingenico.com/.
 This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.
 P Please consider the environment before printing this e-mail
 
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to