On Wed, Nov 19, 2003, Frédéric Giudicelli wrote:

> Hi,
> Is there a table that references all the known/declared ASN1_TEMPLATE ?
> 
> The goal is to use OpenSSL for dynamic ASN1_TEMPLATE declaration, but to do
> this I need to set the ASN1_ITEM_EXP member.
> 

Not sure what you mean. Do you want all top level ASN1_ITEM structures? If so
something like:

nm libcrypto.a | grep _it

might do the trick. Alternatively parsing the header files will do that in the
same way mkdef.pl does.

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://drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to