|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] vtpm_managerd and default passwords
Looking through the code in tools/vtpm_manager/manager/vtpm_manager.c, I
see that when you start the vtpm_manager for the first time, that it
takes ownership of the TPM and sets the password to be 20 unprintable
ascii characters (0xff 20 times).
This seems to work fine, but later, I want to create a key with the TPM.
I've made a file using python, using:
a = ""
for i in range(20):
a = a + "\xff"
open("ascii_file","w").write(a)
when I use that as the password, I still get TPM_AUTHFAIL.
This is using the createkey utility found at:
http://domino.research.ibm.com/comm/research_projects.nsf/pages/gsal.TCG.html/$FILE/tpm-3.2.0.tar.gz
It's pretty straightforward, so I'm wondering if I'm not understanding
how the SRK password gets set in actuality.
Any ideas on what I might be doing wrong/how to fix this?
Specifically, should vtpm_managerd take an SRK password as a parameter?
This seems much more sane. Does this exist already, and I've just
missed it?
Apologies if this is more xen-user than xen-devel.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] vtpm_managerd and default passwords,
Luke <=
|
|
|
|
|