Re: Using key, secured by TPM2, in mTLS request

2025-02-06 Thread Dan Fandrich via curl-library
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

Using key, secured by TPM2, in mTLS request

2025-02-06 Thread Corinna Brandt via curl-library
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