[openssl-users] OpenSSL Engine for TPM

Freemon Johnson freemonj at gmail.com
Fri Jul 7 16:17:43 UTC 2017


I would personally love to see an implementation of this as well for
OpenSSL. However in the interim you can see how these libraries were
referenced to insert keys into the TPM for OpenSSH. Our team here has also
verified this works nicely. Perhaps this can be extended if you do not wish
to work with Trousers.

https://github.com/ThomasHabets/simple-tpm-pk11



On Fri, Jul 7, 2017 at 11:53 AM, Michael Wojcik <
Michael.Wojcik at microfocus.com> wrote:

> > agreed, but this engine  does not really put the keys inside the TPM -
> instead it sets up a local repository that is encrypted
> > using a key from the TPM. If you look at the way it is designed, it is
> not really secure (as it's not impossible to find the
> > password that was used to encrypt the keys with).
>
> "really secure" is not a useful phrase. Security is a set of asymptotic
> trade-offs between attacker and defender work-factors under a threat model.
> Nothing ever achieves "really secure".
>
> Even a hypothetical OpenSSL engine that performed all cryptographic
> operations on the TPM wouldn't achieve specified security under the TPM
> threat model unless the engine, all of OpenSSL, and whatever is invoking it
> were part of the TCB.
>
> That said, there is certainly a case to be made that an OpenSSL engine
> which performed at least some crypto operations on the TPM is of at least
> academic interest. Someone might want to start with the Trousers engine and
> try extending it. (Enhancing an existing engine generally isn't
> particularly difficult, in my experience, though of course it depends on
> what you're trying to do and what APIs are available.) Or try writing a
> fresh TPM engine using, say, the Windows TPM API.
>
> It might help to know what your use case is.
>
> Michael Wojcik
> Distinguished Engineer, Micro Focus
>
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20170707/b2378cd7/attachment.html>


More information about the openssl-users mailing list