-
When I try to execute the "make" command, I get the following error:
src/tss2-fapi/api/Fapi_ExportKey.c: In function 'Fapi_ExportKey_Finish':
src/tss2-fapi/api/Fapi_ExportKey.c:275:5: error: mis…
-
Hi,
I am trying to compile the TPM2-TSS library with VS2019, weird configuration issues. Is that officially supported?
I am suspecting I am probably using the incorrect **Platform Toolset** settin…
-
Static code analysis gets confused by free() & malloc() sequences and claims use-after-free.
We can avoid this by using realloc instead; e.g.
https://github.com/tpm2-software/tpm2-tss/blob/c641c…
-
Hi, I am trying to import the externally create private key of a certificate into the TPM, then export it as TSS2 and re import it again but this does not work.
What I did first, was importing the …
Tyrrx updated
1 month ago
-
**automake: error: cannot open < aminclude_static.am: No such file or directory**
I am using warrior branch in yocto, and master branch in meta-secure-core.
warrior uses autoconf-archive 2018.03…
emilm updated
3 years ago
-
Whether I'm on a PC with TPM hardware or a PC with a TPM emulator, the keylime agent starts up with an error that seems to affect part of the keylime. When I tried to use the current master branch or …
-
I just found that by default the keystore's directories are being created with `0777` (world writable!) permissions:
https://github.com/tpm2-software/tpm2-tss/blob/master/src/tss2-fapi/ifapi_helper…
-
tpm2-tss-4.1.0 (and above) do not see to work when compiled with clang, at least for a real TPM. Currently ( see https://bugs.gentoo.org/931885 ) its being seen under Clevis, but I can replicate with …
-
### What does the ELN SIG need to do?
* In RHEL 10, the OpenSSL ENGINE API is deprecated, the `` header is not provided, and `OPENSSL_NO_ENGINE` is defined by default.
* In Fedora 41, the ENGINE API…
-
I have a clean build pulled just this week from the Sumo branch. The target is aarch62 for the raspberryPI 3 64 bit user space target. This is a systemd target not sysvinit. The build completed succes…