search for: vtpm_manager

Displaying 16 results from an estimated 16 matches for "vtpm_manager".

2007 Sep 19
4
vtpm_manager can''t run twice in a row
I can get vtpm_manager to run if I delete /var/vtpm/VTPM. However, when I kill it with control-c, and try to run it again, I get: INFO[VTPM]: Starting VTPM. INFO[TCS]: Constructing new TCS: INFO[TCS]: Calling TCS_OpenContext: INFO[VTSP]: OIAP. INFO[VTSP]: Loading Key into TPM. INFO[VTSP]: Unbinding 256 bytes of data. E...
2011 Aug 19
0
vTPM-Manager
...vTPM Manager (=y) in the Config.mk before compiling the xen-tools, but there is always the same error in every xen version which I have tried: gcc -Werror -g3 -I. -D_GNU_SOURCE -DLOGGING_MODULES="(BITMASK(VTPM_LOG_TCS)|BITMASK(VTPM_LOG_VTSP)|BITMASK(VTPM_LOG_VTPM))" -I../../../tools/vtpm_manager/crypto -I../../../tools/vtpm_manager/util -I../../../tools/vtpm_manager/tcs -I../../../tools/vtpm_manager/manager -c -o sym_crypto.o sym_crypto.c cc1: warnings being treated as errors sym_crypto.c: In function âCrypto_symcrypto_initkeyâ: sym_crypto.c:71:3: error: format â%sâ expects type âchar *â...
2012 Oct 01
7
[PATCH] Matthew Fioravante now maintains VTPM
...a/MAINTAINERS b/MAINTAINERS index 094fe9e..f562efa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -261,6 +261,21 @@ S: Supported F: tools/xentrace/ F: xen/common/trace.c +VTPM +M: Matthew Fioravante <matthew.fioravante@jhuapl.edu> +S: Supported +F: tools/vtpm +F: tools/vtpm_manager +F: extras/minios-os/tpmfront.c +F: extras/minios-os/tpmback.c +F: extras/minios-os/tpm-tis.c +F: extras/minios-os/include/tpmfront.h +F: extras/minios-os/include/tpmback.h +F: extras/minios-os/include/tpm-tis.h +F: stubdom/vtpm +F: stubdom/vtpmmgr +F: d...
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
Hi everyone, I am using Xen 3.2.1 with the vtpm-12-patch.diff patch posted in [0]. My TPM is an Infineon 1.2. In total I have got three different questions: 1. NVM loading problem at VM creation When I am creating a VM the last few lines of the vtpm_manager output are: TPMD[245]: tpm/tpm_startup.c:45: Info: TPM_Startup(1) Loading NVM. Sending LoadNVM command ERROR[VTPM]: Failed to load NVM .INFO[VTPM]: [VTPM Listener]: VTPM Listener waiting for messages. Reading LoadNVM header For every VM a new tpmd instance is created, ignoring the...
2006 Apr 07
2
r160 - trunk/xen-3.0/debian
Author: acid Date: 2006-04-07 21:00:06 +0000 (Fri, 07 Apr 2006) New Revision: 160 Modified: trunk/xen-3.0/debian/copyright Log: add copyright info about tools/xenstore and tools/vtpm_manager Modified: trunk/xen-3.0/debian/copyright =================================================================== --- trunk/xen-3.0/debian/copyright 2006-04-07 06:03:53 UTC (rev 159) +++ trunk/xen-3.0/debian/copyright 2006-04-07 21:00:06 UTC (rev 160) @@ -118,3 +118,57 @@ xen/include/public/version.h...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 0/6]
So it looks like I was basing my patches off of this tree git://xenbits.xen.org/xen-unstable.git which is not actually xen-unstable. I rebased and reworked my patches off of the correct tree git://xenbits.xen.org/xen.git What follows are the vtpmd, vtpm_manager, and libxl patches. All of the mini-os patches apply cleanly to the latest xen so I won''t be resubmitting those unless you all would want me to. Anyway, patches incoming.. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.or...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
...;0000000001C100000011010000010101" +TPM_CMD_RESM="0000000001C100000011010000010102" +TPM_CMD_CLOS="0000000001C10000000E01000002" +TPM_CMD_DELE="0000000001C10000000E01000003" + +TPM_TYPE_PVM=01 +TPM_TYPE_HVM=02 TPM_SUCCESS=00000000 @@ -70,24 +72,19 @@ function vtpm_manager_cmd() { local inst=$2; local inst_bin=$(hex32_to_bin $inst); - claim_lock vtpm_mgr - - #send cmd to vtpm_manager - printf "$cmd$inst_bin" > $TX_VTPM_MANAGER - - #recv response - set +e - local resp_hex=`dd skip=10 bs=1 count=4 if=$RX_VTPM_MANAGER 2> /dev/null | xxd -ps` - set...
2005 Sep 29
0
Not able to get Virtual TPM working with Xen,
...' (default) and ''deactivated. parmtype: storage_file:s parm: storage_file: Sets the persistent-data storage file of the TPM. vermagic: 2.6.12-xen0 preempt 686 gcc-3.4 depends: vermagic: 2.6.12-xen0 preempt 686 gcc-3.4 depends: ----------------------------------------- Now compiled the vtpm_manager to get the "vtpm_managerd" by cd ../tools/vtpm_manager #make #make install reBooted to my Xen. Ran #xend start xend started without any problems. tested DomU by creating a domain with SUSE. it started fine. so I shutdown this VM. did #modprobe tpm_emulator statrup="clean" To...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
What will follow soon are updates to vtpmd, vtpm_manager, xm, xl, mini-os, and new vtpm and vtpm manager stub domains. The first patch I''d like to submit upgrades vtpmd to version 0.7.4 This patch does the following: -add checks to configure to check for cmake (required by berlios 0.7.4) -removes all of the 0.5.1 patches -adds a single patch f...
2008 Mar 13
1
Using TPM in dom0
Hi, i am using Xen 3.2.0 and want to use the TPM in dom0. I have activated vtpm and everything runs fine in my domUs. The question is, how can I access the TPM in dom0? As far as I know vtpm_managerd exclusively locks /dev/tpm0. As soon as I start vtpm_managerd my own program cannot access the TPM anymore. Is there a vtpm instance for dom0 like the ones for the user domains? Thanks in advance for any hints, Tom -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt...
2006 Jan 12
0
[PATCH] VTPM_Tools - Makefile Library checking
Adds a check to vtpm_manager and vtpm Makefiles to verify openssl and gmp dev files are installed. If files are missing, Makefile exits with a message indicating that these tools will not be built, rather than an error, which prevents Xen from building. -Vinnie Scarlata Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@i...
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...l want to "make -C tools/libaio clean". -JX --- diff -r 1f611b58729f tools/Makefile --- a/tools/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -16,7 +16,7 @@ SUBDIRS-y += guest-headers SUBDIRS-y += guest-headers SUBDIRS-$(VTPM_TOOLS) += vtpm_manager vtpm SUBDIRS-y += xenstat -SUBDIRS-y += libaio +SUBDIRS-$(LOCAL_LIBAIO) += libaio SUBDIRS-y += blktap # These don''t cross-compile diff -r 1f611b58729f tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/blktap/drivers/Makefile T...
2006 Apr 06
0
xen-3.0_3.0.1+hg8762-1_i386.changes REJECTED
Hi Maintainer, rejected, due to incomplete debian/copyright file. There is at least tools/xenstore which has a mixture of LGPL and GP attached, but you never mention that. Another example is tools/vtpm_manager. Please list all different licenses used with their (C) holder. -- bye Joerg === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email.
2013 Jan 15
1
Bug#698237: xen requires openssl to build
...as a Build-Depends because it is referenced and required by the configure file in order to build. However, because of this change I understand that the debian/copyright file might need to be amended. I see that tools/blktap/drivers/Makefile is flexible and can link against -lgcrypt, however tools/vtpm_manager/manager only links against -lcrypto. In addition xen/include/crypto/vmac.h requires some libssl-dev headers to compile. Thanks for your time, --chris j arges -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, '...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure for inclusion into stubdom domains. While these are required for vtpm-stubdom and vtpmmgrdom they could be used with other stubdom applications. -libgmp 4.3.2 -openssl 1.0.0a -polarssl 0.12.1 -berlios tpm_emulator 0.6.1 -vtpm_manager (from the tools directory) Signed off by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi, I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0) and TPM emulator. However, I cannot find the TPM backed driver in this version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the kernel config file. The config file for Dom0 is attached. Maybe it provides some useful information. So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.