Jürgen Repp

Results 184 comments of Jürgen Repp

@fansari This problem should be fixed with https://github.com/tpm2-software/tpm2-tss/pull/2439. As a workaround before provisioning you could temporally clear the auth value of the owner hierarchy before provisioning. ``` tpm2_changeauth -c o...

@williamcroberts I'm not working on this. I'm working on a new problem found when I did implement the integration test for PolicySecret.

> @JuergenReppSIT > > * [x] Make sure all added, non-generated, files have the BSD-2-Clause SPDX identifier > I have added a new commit to the PR which adds the...

> We should never be stuffing binary files into git. If we have to frequently update the files it can/may consume a lot of space in the .git db. I...

> Thanks, I know it's a pain. I think next Friday will be the day of pain for me ;-)

@williamcroberts I have added a commit where the fapi binary test files are created from base64 encoded files.

@williamcroberts Thank you for the investigation and closing the issue.

@nicowilliams I could use policy secret for a transient primary as bind key and signing did work. Example: ``` head -c 32 /dev/urandom > /tmp/digest tpm2_createprimary -p 123 -C o...

@nicowilliams Sorry saw that the issue is the missing possibility to use password prompting later.

@nicowilliams I have prepared a PR that the file attribute (file:-) can also be used for tpm2_startauthsession and for the session parameter. In the following example both auth values can...