tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
149 stars 100 forks source link

Added engine load routine for OpenSSL #122

Closed yufeng-wr closed 5 years ago

yufeng-wr commented 5 years ago

This patch adds engine load routine for OpenSSL. If OpenSSL doesn't support load the engines dynamicly, we need to provide a special load routine so that the applications could call this routine for loading the engine by themself.