William Roberts

Results 65 issues of William Roberts

update the security guidelines and also any 01org links as well. Perhaps document the github security model for submission (private bugs/pr's).

``` ERROR:src/resource-manager.c:965:get_cap_post_process: assertion failed: (tpm2_response_get_code (resp) == TSS2_RC_SUCCESS) TPM command server listening on port 2321 Platform server listening on port 2322 ``` By code: ``` TPMS_CAPABILITY_DATA *cap_data = NULL; TPMI_YES_NO...

Add a salt to the pin and store it in the TPM2 LUKS header for future this. This adds entropy to user supplied pins and helps brute forcing the passphrase...

If the db is modified externally while an application has the db store open, new objects are not seen by the application becuase it occurs after the application has loaded...

Avoids needing extra libs like JSONC. Signed-off-by: William Roberts

Hello, I am using pandoc version 2.19.2 I have enabled option `--citeproc` and filter `citations`, see the command example below. My issue is that references always render as `[@foo]` no...

Implmenet a TCTI module that will allow folks to write TCTIs in Python3. This will allow for more crazy and complex TCTI scenarios without having to re-write everyones stacks to...

Create a function that given a persistent handle, a TPM2B_PUBLIC and a TPM2B_NAME returns a serialized ESYS_TR. Sample code attached. ``` #include #include #include int tpm2_util_persistent_to_esys_tr(TPM2_HANDLE handle, TPM2B_PUBLIC *public, TPM2B_NAME...

UBSAN reports this: ``` [TASK START] Wed Jan 25 12:22:39 AM UTC 2023 [ 8.862415] testsuite-70.sh[488]: ../build/src/shared/tpm2-util.c:438:25: runtime error: left shift of 129 by 24 places cannot be represented in...

Some of the help text is wrong, outdated or unclear, update it like so: ```diff --- old.txt 2023-03-17 12:43:25.724826589 -0500 +++ new.txt 2023-03-17 12:45:22.650756900 -0500 @@ -9,7 +9,7 @@ commands...