HIRS
HIRS copied to clipboard
Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber
Currently DeviceInfoReportTest is not passing due to a change in how version is implemented. This fix was originally a part of PR #742 but due to that PR being on...
Need to add a unit test for EV_EFI_SPDM_FIRMWARE_BLOB, created in Issue #747
In the TPM Event Log there's lots (dozens) of unknown GUIDs that show up when parsing this using the tcg_eventLog_tool. Note that this should have no effect on RIM validation...
The class PciIds is in AttestationCA. However, PciIds is needed to process SPDM event log structures defined in the PFP (specifically DEVICE_SECURITY_EVENT_DATA_PCI_CONTEXT), and the event log classes are in Utils....
These changes comprise the following: - properly prefix Directory, File, and TimeStamp in RIMs generated by rimtool - properly handle namespace prefixes during validation - properly handle multi-file uploads of...
The build of the tcg_eventlog_tool is not including the required HIRS_Utils.jar file and will fail to parse any logs files without it. The build.gradle for the tcg-eventlog_tool needs to be...
What's currently getting printed out: EV_NO_ACTION event named StartupLocality encountered but support for processing it has not been added to this application.
Most package management frameworks (rpm or apt-get) support an upgrade or update option to allow the application to update without destroying data or configuration data. The V3 install script will...
The HIRS RPM or Deb install should check for an existing installation setup directories (e.g. /etc/hirs) prior to attempting to install and abort if preset.
Add the first of 4 new SPDM Events as described in [PFP v 1.06](https://trustedcomputinggroup.org/wp-content/uploads/TCG-PC-Client-Platform-Firmware-Profile-Version-1.06-Revision-52_pub-1.pdf), Table 27: EV_EFI_SPDM_FIRMWARE_BLOB (ID 0x800000E1) (pg 142) Event will be added to the HIRS ACA and...