Re: Macro definitions

2024-07-11 Thread Richard Levitte
They are generated, using providers/common/der/oids_to_c.pm, and template files like providers/common/der/der_ec_gen.c.in, where you can see the .asn1 files that are used as sources. Cheers, Richard Damodhar Boddukuri via openssl-users writes: > Hi OpenSSL, > > > > I am compiling OpenSSL 3.1.

Re: Macro definitions for AdNovum's pkcs11 openssl extension

2004-01-23 Thread Igal Ore
Martin Buechler wrote: Hi, Just trying to get openssl using various PKCS#11 libraries. I adapted the Makefile in openssl/apps to include AdNovum's PKCS#11 code from the contirb section of openssl.org, but there a lots of macro definitions missing. Searching the web did not yield anything helpfu