From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: tpmdd-devel@lists.sourceforge.net,
trousers-tech@lists.sourceforge.net,
ibmtpm20tss-users@lists.sourceforge.net, openssl-dev@openssl.org
Subject: [PATCH 0/1] TPM2 engine support for openssl
Date: Sat, 31 Dec 2016 14:48:05 -0800 [thread overview]
Message-ID: <1483224485.2518.20.camel@HansenPartnership.com> (raw)
This is a completed version of the original RFC. It's working now both
on the TPM2 simulator and on real hardware (I've converted my laptop to
TPM2). I've updated it to use the latest version of the ASN.1 for the
key format (still using a TCG OID).
I have it building here (it's what I'm currently using for my laptop
VPNs):
https://build.opensuse.org/package/show/home:jejb1:Tumbleweed/openssl_tpm_engine
But note that this version also has experimental patches to activate
the in-kernel TPM Resource Manager because for multiple applications
TPM2 really doesn't work well without one. Since the patch for the RM
is currently not upstream (yet), it's not going to work unless you have
a patched kernel.
James
---
James Bottomley (1):
add TPM2 version of create_tpm2_key and libtpm2.so engine
Makefile.am | 12 +-
create_tpm2_key.c | 451 +++++++++++++++++++++++++++++++++++++++++++
e_tpm2.c | 559 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
tpm2-asn.h | 59 ++++++
tpm2-common.c | 175 +++++++++++++++++
tpm2-common.h | 10 +
6 files changed, 1264 insertions(+), 2 deletions(-)
create mode 100644 create_tpm2_key.c
create mode 100644 e_tpm2.c
create mode 100644 tpm2-asn.h
create mode 100644 tpm2-common.c
create mode 100644 tpm2-common.h
--
2.6.6
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
next reply other threads:[~2016-12-31 22:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-31 22:48 James Bottomley [this message]
2016-12-31 22:52 ` [PATCH 1/1] add TPM2 version of create_tpm2_key and libtpm2.so engine James Bottomley
2017-01-03 23:11 ` [tpmdd-devel] " Jason Gunthorpe
[not found] ` <20170103231126.GE29656-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-03 23:19 ` Andrey Pronin
2017-01-03 23:22 ` [TrouSerS-tech] " James Bottomley
[not found] ` <1483485776.2464.50.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2017-01-03 23:40 ` Jason Gunthorpe
[not found] ` <20170103234053.GA32185-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-04 0:17 ` James Bottomley
[not found] ` <1483489026.2464.76.camel-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
2017-01-04 0:42 ` Jason Gunthorpe
[not found] ` <20170104004217.GA390-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-04 18:48 ` add TPM2 version of create_tpm2_key and libtpm2.so engine -> Hash algoritms Kenneth Goldman
[not found] ` <OF69E51003.6475FD35-ON8525809E.00669529-8525809E.0067575C-8eTO7WVQ4XIsd+ienQ86orlN3bxYEBpz@public.gmane.org>
2017-01-04 18:54 ` Jason Gunthorpe
2017-01-04 19:45 ` [Ibmtpm20tss-users] [tpmdd-devel] " James Bottomley
[not found] ` <1483559121.2561.67.camel-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-01-04 20:58 ` [Ibmtpm20tss-users] " Kenneth Goldman
[not found] ` <20170104185434.GA12614-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-04 20:55 ` Kenneth Goldman
2017-01-04 12:25 ` [tpmdd-devel] [PATCH 1/1] add TPM2 version of create_tpm2_key and libtpm2.so engine Jarkko Sakkinen
2017-01-04 18:05 ` [Ibmtpm20tss-users] [TrouSerS-tech] " Kenneth Goldman
2017-01-10 19:38 ` Ken Goldman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483224485.2518.20.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=ibmtpm20tss-users@lists.sourceforge.net \
--cc=openssl-dev@openssl.org \
--cc=tpmdd-devel@lists.sourceforge.net \
--cc=trousers-tech@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.