Debian Patches

Status for tpm2-tss/3.2.1-3

Patch Description Author Forwarded Bugs Origin Last update
0001_disable_fapi_io_test.patch Temporarily disable fapi-io tests This unit test is not working. And it actually doesn't affect anything.
Disable it until upstream fixes this.
===================================================================
Ying-Chun Liu (PaulLiu) <paulliu@debian.org> not-needed upstream
0002-fix-version.patch Extract the version from the Debian changelog Upstream uses the VCS to get the correct version in the build system, but we're using tarballs.
This patch uses a similar mechanism but extracts the version from the packaging instead.
Simon Chopin <simon.chopin@canonical.com> not-needed 2022-03-01
0003-tss2_rc-ensure-layer-number-is-in-bounds.patch [PATCH] tss2_rc: ensure layer number is in bounds
The layer handler array was defined as 255, the max number of uint8,
which is the size of the layer field, however valid values are 0-255
allowing for 256 possibilities and thus the array was off by one and
needed to be sized to 256 entries. Update the size and add tests.

output, ie TSS2_RC of 0xFFFFFF should yeild a string of 255:0xFFFFFF,
but earlier implementations returned 255:0xFFFF, dropping the middle
bits, this patch fixes that.
William Roberts <william.c.roberts@intel.com> no 2023-01-19

All known versions for source package 'tpm2-tss'

Links