-
Hi,
# We are trying to generate the CSR file using openssl command with tpm2 and this is what we got after running it,
### sudo openssl req -new -provider-path /usr/lib64/ossl-packages -provider…
-
Hi @williamcroberts ,
I want to create nvram index, write into and read from my tpm's nvram using a C program that calls these functions. I don't want to use any system calls or popen. Can you hel…
-
```
(venv) $ pip3 install tpm2-pytss
Collecting tpm2-pytss
Using cached tpm2-pytss-2.2.1.tar.gz (208 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
…
-
Let's collect candidates and document the decision process in this issue.
-
1. 使用`git subtree`命令导入上游开发者代码:
```
# 导入 tpm2-tss 仓库的 "1.x" 分支
git subtree add --prefix=tpm2-tss https://github.com/tpm2-software/tpm2-tss.git 1.x
# tpm2-abrmd 仓库的 "1.x" 分支
git subtree add --prefi…
-
there is an issue with DynamicUser services accessing dbus since systemd 255 was merged
old:
```
$ init --version
systemd 254 (254.6)
+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRY…
-
Apologies if this isn't the correct place to ask this but I'm not sure where else I should!.
I need to create a duplicate key which also allows for a PCR policy. Basically, I want to encrypt files …
-
### Component
systemd
### Is your feature request related to a problem? Please describe
I attempted to use systemd-cryptenroll on a i3-4010U with Intel PTT enabled (Intel NUC D34010WYK), with syste…
pkern updated
5 months ago
-
hi,
is it possible to build a windows version? so I want to build app -> app will invoke pkcs11 interface ->pkcs11 is based on local TPM2.0.
or I can build a linux version and deploy it as a Linux…
-
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…