tpm2-openssl icon indicating copy to clipboard operation
tpm2-openssl copied to clipboard

OpenSSL Provider for TPM2 integration

Results 59 tpm2-openssl issues
Sort by recently updated
recently updated
newest added

I am attempting to create a CMS message using the TPM2 provider. I am executing the following: `echo "test" | sudo openssl cms -binary -sign -signer ident.crt -inkey ident.key -keyform...

Currently, tpm2-openssl is not an official Fedora package. In my opinion, this package is essential for a modern distribution. @beldmit @sahanaprasad07 I do not understand the procedure or the process....

I used the tpm2-openssl https://github.com/tpm2-software/tpm2-openssl/tree/master with openssl to generate a CSR for signing. The below command worked fine `openssl req -new -newkey rsa:2048 -out testcert.csr -subj "/C=US/ST=NJ/L=Test/O=c/OU=etes/CN=testcert" -provider tpm2` I...

Hello, I wanted to use **openssl.cnf** to configure the **tcti** parameter. But the parameter was not considered when I tried to use the tpm2 provider. I updated the **OSSL_PARAM_utf8_ptr** call...

Old - openssl 1.1.1 + tpm2tss engine ``` # /usr/bin/sbsign --key /etc/secureboot/tpm/secureboot.key --cert /etc/secureboot/tpm/secureboot.crt --output test vmlinuz-6.3.2 Can't load key from file '/etc/secureboot/tpm/secureboot.key' ``` New - openssl 3.0.9 + tpm2...

help wanted

On the github Releases page, the tpm2-openssl-1.2.0.tar.gz image [1] seems to be missing the `test/digest.sh` script, the `test/cipher_aes128_ecb.sh` script, and several more cipher tests. Curiously the github-generated tarball [2] does...

bug

The recently added test case https://github.com/tpm2-software/tpm2-openssl/commit/1e097de015a9741db79324207348a89672705bec fails on Fedora Rawhide. How to reproduce: ```sh cp test/Containerfiles/Containerfile.fedora-38 test/Containerfiles/Containerfile.fedora-rawhide TEST_CONTAINER=fedora-rawhide podman build -f "test/Containerfiles/Containerfile.$TEST_CONTAINER" --tag "tpm2-openssl-build-$TEST_CONTAINER" podman run -it --name tpm2-openssl-1 -v...

The test/run-with-simulator script calls busctl, which is part of systemd. This causes the script to fail on non systemd systems, like some Gentoo systems. Since its use is only an...

The current Release build configuration for Windows generates a MultiThreadedDebugDll. This uses the Debug heap on Windows. When paired with the Release versions of the TSS libraries, there are memory...