Re: Macro definitions

2024-07-11 Thread Richard Levitte
mpiling OpenSSL 3.1.3 for ARM A9. It’s unable get the following macro > definitions. They are used in > der_ec_sig.c > > > > ossl_der_oid_ecdsa_with_SHA1 > > ossl_der_oid_ecdsa_with_SHA224 > > ossl_der_oid_ecdsa_with_SHA256 > > ossl_der_oid_e

Macro definitions

2024-07-11 Thread Damodhar Boddukuri via openssl-users
Hi OpenSSL, I am compiling OpenSSL 3.1.3 for ARM A9. It's unable get the following macro definitions. They are used in der_ec_sig.c ossl_der_oid_ecdsa_with_SHA1 ossl_der_oid_ecdsa_with_SHA224 ossl_der_oid_ecdsa_with_SHA256 ossl_der_oid_ecdsa_with_SHA384 ossl_der_oid_ecdsa_with_S

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 any