Andreas Fuchs

Results 191 comments of Andreas Fuchs
trafficstars

Esys should be supported. Yes, INSTALL.md should be updated.

First of all: Our .gitignore file is autogenerated. We don't want to add it just for Windows env. IMHO windows should be able to know which files it generates by...

or `(void)(param1);` agreed. We should also get rid of `-Wno-missing-field-initializers`

Agreed with @joholl The big problem I see here however is when you bind against two of the tss2 libraries at the same time. I.e. we cannot have a global...

@joholl I was referring to a custom fd > stderr, e.g. `fd = createPipe(); setenv("TSS2_LOGFILE", "fd:%i" % fd);` Could you explain the weak symbol thing and how to use it...

@joholl I'd vote against weak symbols then, because we are C99 everywhere else and we want to stay compatible with all those old compilers for embedded. @williamcroberts I'd favor the...

A new idea from Peter: We could have a new Initialize method that takes the logHandler as a parameter. That should also prevent the problem with an application with 2...

> > A new idea from Peter: We could have a new Initialize method that takes the logHandler as a parameter. > > That should also prevent the problem with...

That's a good point. We just use libcurl and hope it does everything correctly... I have no idea if it repects said env vars.

PCR_SetAuthValue is a disallowed function for any PC_Client TPM. So I assume we just never tested it. But if we actually do have ESYS_TRs for PCRs then we should also...