All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: Andreas Niederl <andreas.niederl@iaik.tugraz.at>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH V7 12/13] Support for taking measurements when kernel etc. are passed to Qemu
Date: Sun, 14 Aug 2011 16:18:42 -0400	[thread overview]
Message-ID: <4E482DA2.4060703@linux.vnet.ibm.com> (raw)
In-Reply-To: <4E4542E9.9060000@iaik.tugraz.at>

On 08/12/2011 11:12 AM, Andreas Niederl wrote:
> Hi,
> the SHA1_HashBuf function you are using originates from a non-public
> internal API which gets packaged on Fedora but is not available at least
> on Debian (Squeeze) and Gentoo.
>
Well, it's not a private API but it's part of freebl and packaged in FC 
or RHEL as nss-softokn-freebl(-devel). It still requires 'pkg-config 
nss-softokn' to provide the path to includes etc.. I could not find this 
package in Ubuntu, either. So that may also be a problem then for 
libtpms, which depends on freebl.
> Could you please use HASH_HashBuf(HASH_AlgSHA1,...) which is available
> on more platforms?
> The attached patch would do this.
I'll use this API. This will make the patch a lot simpler since it will 
only require 'nss' to be available.
> I'm not familiar with Fedora's nss packaging but maybe you can also drop
> the check for nss-softokn in favor of nss with pkg-config.
>
Will do.
Thanks for reviewing / testing.

Regards,
     Stefan

> Regards,
> Andreas

  reply	other threads:[~2011-08-14 20:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-10 19:29 [Qemu-devel] [PATCH V7 00/13] Qemu Trusted Platform Module (TPM) integration Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 01/13] Support for TPM command line options Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 02/13] Add TPM (frontend) hardware interface (TPM TIS) to Qemu Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 03/13] Add persistent state handling to TPM TIS frontend driver Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 04/13] Add tpm_tis driver to build process Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 05/13] Add a debug register Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 06/13] Add a TPM backend skeleton implementation Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 07/13] Implementation of the libtpms-based backend Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 08/13] Introduce file lock for the block layer Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 09/13] Add block storage support for libtpms based TPM backend Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 10/13] Encrypt state blobs using AES CBC encryption Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 11/13] Experimental support for block migrating TPMs state Stefan Berger
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 12/13] Support for taking measurements when kernel etc. are passed to Qemu Stefan Berger
2011-08-12 15:12   ` Andreas Niederl
2011-08-14 20:18     ` Stefan Berger [this message]
2011-08-10 19:29 ` [Qemu-devel] [PATCH V7 13/13] Add a TPM backend null driver implementation Stefan Berger
2011-08-12 14:55   ` Andreas Niederl
2011-08-14 20:18     ` Stefan Berger

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=4E482DA2.4060703@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=andreas.niederl@iaik.tugraz.at \
    --cc=qemu-devel@nongnu.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 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.