You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to implement the OpenSSL EVP_PKEY api's for the engine. This way, we can use TPM keys to sign X509 certificate using the OpenSSL x509 APIs and almost any EVP API's. We can also hook up the engine to digest using the TPM which may be useful when we want to sign using a restricted signing key.
This will require hooking/assigning the engine when the EVP_PKEYS are created during loadkey and also implementing the EVP_PKEY_METHODS.
Patches welcome ?
The text was updated successfully, but these errors were encountered:
Request to implement the OpenSSL EVP_PKEY api's for the engine. This way, we can use TPM keys to sign X509 certificate using the OpenSSL x509 APIs and almost any EVP API's. We can also hook up the engine to digest using the TPM which may be useful when we want to sign using a restricted signing key.
This will require hooking/assigning the engine when the EVP_PKEYS are created during loadkey and also implementing the EVP_PKEY_METHODS.
Patches welcome ?
The text was updated successfully, but these errors were encountered: