Thore Sommer

Results 19 issues of Thore Sommer

### Versions * Python: 3.10.4 * cryptography: 37.01 * cffi: 1.15.0 * setuptools: 60.2.0 All packages are installed using pip. ### Issue The ASN.1 parser assumes that the attributes in...

The Keylime documentation is now part of the main repository and want to improve it. Following things need to be improved: ### How to use the TPM EK CA Store...

good first issue

The `.ci/run_local.sh` script leaves some artifacts around which makes the tests not deterministic in the worst case. By default we should remove move all artifacts before running the tests.

This issue tracks the different things that can be done to improve the code quality. If you want to fix some one of the issues please comment on this issue,...

good first issue

# Environment * OS / version: Fedora (Keylime Docker images) * Processor architecture: x86 * TPM Manufacturer: swtpm * Keylime version: git snapshot of 2d70b99d9cdcbcbb1642f12510444723c68473a1 # Description If a UEFI...

The measurement of the SbatLevel variable with the event `EV_EFI_VARIABLE_AUTHORITY` is parsed as `EFI_SIGNATURE_DATA` which is incorrect. Event with the data not parsed: ``` - EventNum: 28 PCRIndex: 7 EventType:...

Hello, I noticed that `**sometext**` does not add **bold** to the text. I think that is has to be implemented in css on the `` element. (Ghost adds this to...

The examples references e.g. `#include ` which is now `#include `. Also the parameters of `Tss2_Tcti_Device_Init` have changed. I can sent a PR to fix the examples, but it is...

This now allows an agent to be added without using the payload feature. Note that then also no U/V key is sent to the agent on successful attestation.

feature
docs

This change implements the extraction of all the optional and required SGX claims provided by Open Enclave. The main motivation was to get the UEID which matches the QEID, so...