On Thu, Feb 06, 2025 at 11:36:55AM +, Corinna Brandt via curl-library wrote:
> In a project, I am currently working on, we are updating the OpenSSL library,
> to use OpenSSL 3.
> One of the main features we use, is to generate keys, which are secured by the
> TPM. In OpenSSL 3, they changed the
Hello everyone,
In a project, I am currently working on, we are updating the OpenSSL library,
to use OpenSSL 3.
One of the main features we use, is to generate keys, which are secured by the
TPM. In OpenSSL 3, they changed the access to this from engines to providers.
I'm now trying to incorpor