Jürgen Repp

Results 22 issues of Jürgen Repp

The problem with `tpm2_getekcertificate` described at https://github.com/tpm2-software/tpm2-tss/issues/2537 and https://bugzilla.redhat.com/show_bug.cgi?id=2158598 (tpm2-tools 5.2 with tpm2-tss 3.2.1) could be solved by a change in the tpm2-tools: `tpm2_close` should not be called in the...

Currently FAPI provisioning tries to create the EK and SRK with the NULL auth value for the hierarchies. Now first the corresponding flag in TPM2_CAP_TPM_PROPERTIES with the property TPM2_PT_PERMANENT is...

The error message "curl_url_set for CURUPART_URL failed: Unsupported URL scheme" was displayed if a self signed EK certificate was stored in the TPM. Now a better error message is displayed...

The return code of tctildr_init_context_data was not checked in Tss2_TctiLdr_Initialize_Ex. The cleanup part of this function was not executed and so a leak was produced. Fixes #2842

* PolicyAuthorize with an external imported PEM key did not work if the default nameAlg for the imported key (sha1) was not equal to the default nameAlg in the current...

* PolicyAuthorize with an external imported PEM key did not work if the default nameAlg for the imported key (sha1) was not equal to the default nameAlg in the current...

* PolicyAuthorize with an external imported PEM key did not work if the default nameAlg for the imported key (sha1) was not equal to the default nameAlg in the current...

If the integration tests are configured for the swtpm or mssim TCTI, errors are produced by the device TCTI file, which should not be loaded. The integration tests did work...

* Fix missing check of scanf result. * Fix storing of local variable stored in non-local memory. * Update cirrus ci to FreeBSD 14.1 * Use nodl mode because of...

Additionally to the esys error log the OpenSSLx error message will be displayed. Fixes: #2892