RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-22 Thread Petr Gotthard
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

tpm2-openssl, a TPM 2.0 provider for OpenSSL 3.0 released

2021-09-29 Thread Petr Gotthard
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

RE: [EXTERNAL] Re: ENGINE API replacement for Openssl3.0

2021-09-15 Thread Petr Gotthard
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

CMP mock server OldCertID check behavior

2021-07-08 Thread Petr Gotthard
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