tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
From: Ken Goldman <kgold-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: TPM2 resource manager context save
Date: Fri, 9 Jun 2017 10:29:24 -0400	[thread overview]
Message-ID: <9679ee72-15db-0f20-2610-60672868bba1@linux.vnet.ibm.com> (raw)

At least a question, maybe a bug ...

What is the expected behavior for the resource manager when it receives 
contextsave for a transient object?
]
~~

Use case:

Creating an RSA primary key can take a long time.  I've seen it take 90 
seconds.  The SRK will probably be made persistent.  However, there are 
a limited number of persistent object slots.  So the less frequently 
used EK will likely be created on demand.

To improve performance, an application can context save the EK, and then 
context load it when needed.  This is a symmetric key operation, and is 
much faster.  This can work even for a new connection.

~~

When I try the command, write() returns 22, EINVAL

The RM seems to have some special handling for context save in 
tpm2_cmd.c:tpm2_get_cc_attrs_tbl().  Later, the write() returns EINVAL 
(22), probably because tpm2_map_command() does not find 
TPM2_CC_CONTEXT_SAVE in the attribute table.

~~

Question:  Is this expected?  Is it the desired design?

Bug:  IMHO, EINVAL is a poor choice, as the application thinks the 
write() failed.  In fact, the TPM write() didn't even occur.  Better 
would be to construct the standard TPM response to an unimplemented 
command:  TPM_RC_COMMAND_CODE.  This tells the application more 
accurately what failed - the command code is not permitted.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

             reply	other threads:[~2017-06-09 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 14:29 Ken Goldman [this message]
     [not found] ` <9679ee72-15db-0f20-2610-60672868bba1-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-06-13 20:17   ` TPM2 resource manager context save Jarkko Sakkinen

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=9679ee72-15db-0f20-2610-60672868bba1@linux.vnet.ibm.com \
    --to=kgold-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
    --cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).