IMHO, many providers are dynamically loadable modules, i.e. shared objects
(.so). This is in conflict with the "no-shared" flag used.
Petr
From: openssl-users On Behalf Of Lee
Staniforth
Sent: Tuesday, December 21, 2021 4:09 PM
To: openssl-users@openssl.org
Subject: undefined symbol: OSSL_prov
Hello,
I just released a first version of the tpm2-openssl provider.
TPM is a hardware crypto-processor, which can generate, store, and use
cryptographic keys. The tpm2-openssl is a provider for integration of TPM 2.0
to OpenSSL 3.0, which makes (some) functions of a TPM 2.0 chip accessible via
Shiva,
you may also have a look at the https://github.com/provider-corner/vigenere
That's (as far as I know) the most simple provider implementation available.
Petr
-Original Message-
From: openssl-users On Behalf Of Tomas Mraz
Sent: Wednesday, September 15, 2021 2:18 PM
To: Shivakumar P
Hello,
I am trying to renew a certificate via CMP and authenticate the request using
the same cert.
I start the mock server:
openssl cmp -port 8080 -srv_trusted test-ca-cert.pem \
-srv_key test-server-key.pem -srv_cert test-server-cert.pem \
-rsp_cert test-client-cert2.pe