Jürgen Repp

Results 17 issues of Jürgen Repp

FAPI: Add event logging for firmware and IMA events. Add serialization and deserialization for firmware events: * Serialization and deserialization of firmware events specified in the TCG PC Client Platform...

Several ESYS objects with the same TPM handle with the function Esys_TR_FromTPMPublic. Some ESYS functions e.g. Esys_NV_Write update the internal meta for the object referenced by the passed ESYS handle....

enhancement

I did use this file for tests with tpm2-tss fapi and noticed that the size (EventSize) of the event data did not include VendorInfo. VendorInfo was displayed by tpm2_eventlog but...

The bytes of the fixed properties are displayed with printf and the %c format directive if the option -g is used. With the option -x the non ascii characters will...

* Usage of NIST P-384 ECC keys was prepared by: #2418 . * The integration tests now were adapted to enable the running with A device provisioned with an ECC-384...

The current implementation did use the field keyPEMhashAlg in the structure TPMS_POLICYAUTHORIZATION instead of hashAlg as defined in "TCG TSS 2.0 JSON Data Types and Policy Language Specification". Also in...

Policy sessions were not flushed if the policy session was successfully executed but the command where the policy was used for authorization was executed with an error. Fixes: #2784

The problem described by @vipindas1984 in https://github.com/tpm2-software/tpm2-pytss/issues/518 should be solved.

* The test with the tss master is now running on ubuntu 20.04 instead of 18.04 * If continue session was disabled a error did occur in the function for...

For intel certificates downloaded from the web the format of the stored certificate is PEM while in other cases it's DER.