Stefan Berger
Stefan Berger
The distlib path for python apps differs by distro like this: - Ubuntu: /usr/lib/python3/dist-packages - Fedora: /usr/lib64/python3.9/site-packages This patch now builds these paths and only returns them if the directory...
I am currently working on a [KMIP client library](https://github.com/stefanberger/go-kmip/) for golang. Would you accept support for KMIP? In case you don't know KMIP, it is similar to PKCS#11 and allows...
Add the vTPM specification to the documentation, config.go, and schema description. The following is an example of a vTPM description that is found under the path /linux/resources/vtpms: "vtpms": [ {...
The log below shows memory leaks in fapi (and pkcs11 [ @williamcroberts ]). This is on Fedora 34 with tpm2-tss-3.1.0. To recreate the issue you may want to checkout out...
This PR adds a `--migration` command line option with parameters `incoming` and `release-lock-outgoing` that allows to migrate the state over shared storage of the swtpm's state directory (between source and...
This PR adds support for setting of profiles for a TPM 2 that restrict what algorithms are available to the TPM 2. It requires libtpms v0.10 with the profile support...
If necessary send a TPM2_Shutdown() command to libtpms before processing CMD_INIT. However, this is only necessary for a TPM 2 and only if the TPM2_Shutdown command has not been sent...
Reenable fsync() on state file and directory. This depends on availability of packages of libtpms with the required fix.
This PR adds support for setting of a profile for a TPM 2 that restricts what algorithms and commands are available to the TPM 2. With profiles it will be...
Future trouble: OpenSSL 3.x may require host admin to enable legacy mode to support SHA1 signatures
**Describe the bug** OpenSSL 3.x builds may require that a host admin enable legacy mode on the host so that applications can use SHA1 in relation to signatures. It's not...