Commit Graph

1214 Commits

Author SHA1 Message Date
Cyrus
7738a47b99 Updated the provisioner to respond to failed status instead of blank
certificates.  Updated the proto to use enum instead of bytes
2022-02-28 14:18:48 -05:00
iadgovuser26
f19916c454
Merge pull request #444 from nsacyber/ski-prefix-truncate
Truncate 4 bytes from SKI
2022-02-24 16:48:06 -05:00
chubtub
3c8bc02dfe
Merge pull request #398 from nsacyber/issue-395
[#395] Front end changes for new TPM Events page
2022-02-24 14:14:59 -05:00
Cyrus
2e0b83f4fe Updated the upload function for support RIM. The store happened before
the linkage and nothing was being saved.
2022-02-24 09:54:59 -05:00
Cyrus
f28daa9144 Found another issue using the SKID that isn't matching up 2022-02-23 15:44:45 -05:00
lareine
8975282cf7 minor clean up 2022-02-23 13:54:53 -05:00
lareine
58c3e655fe skipped NVChip removal 2022-02-23 13:54:53 -05:00
lareine
be6bdee539 reset timeout set to one sec 2022-02-23 13:54:53 -05:00
lareine
7037bc1fc1 increased ibmtpm timeouts
increased ibmtpm timeouts

increased ibmtpm timeouts

increased ibmtpm timeouts

increased ibmtpm timeouts

tpm shutdown added

tpm shutdown added

timeouts removed

timeout incremented

timeout incremented
2022-02-23 13:54:50 -05:00
lareine
3a7d597900 added startup to tpm reset
added startup to tpm reset
2022-02-23 13:54:48 -05:00
lareine
c8ced804d9 Deleted NVChip file during reset
Deleted NVChip file during reset
2022-02-23 13:54:45 -05:00
lareine
85e7999d8b added tpm restart timeout
cleanup

cleared out tpmserver folder in reset

cleared out tpmserver folder in reset
2022-02-23 13:54:40 -05:00
lareine
48205a27f1 added wait to tpr2Reset
rewrote tcg_boot.properties

rewrote tcg_boot.properties
2022-02-23 13:54:27 -05:00
lareine
7013552e78 added tests folder
added tests folder

test tcg_boot.properties fix
2022-02-23 13:54:21 -05:00
lareine
4ae04f008e added resetTpm2Emulator method
added clear option for rim_setup

added clear option for rim_setup

added clear option for rim_setup
2022-02-23 13:54:16 -05:00
lareine
b1e9ce1f33 refactor tpm_init
set tpm2_commom path

set tpm2_commom path
2022-02-23 13:54:12 -05:00
lareine
aad0fb9c17 testing tpm clear
testing tpm clear
2022-02-23 13:54:04 -05:00
lareine
1a8e65b5f5 testing tpm restart 2022-02-23 13:54:04 -05:00
lareine
9100206cc3 set ima policy for fw validation
added tpm clear

testing tpm clear

testing tpm clear

testing tpm clear

testing tpm clear

testing tpm clear

update ibmtss
2022-02-23 13:53:48 -05:00
lareine
212007c971 added oemOsInstall system test
added badVarInstall system test

added badOemInstall system test

Intial RIM System Tests
2022-02-23 13:52:48 -05:00
lareine
39a95218e4 added varOsInstall system test
added badVarInstall system test
2022-02-23 13:52:05 -05:00
lareine
b0f85c0a3e Added intial RIM Test
script cleanup
2022-02-23 13:51:52 -05:00
Cyrus
a1ebd2f962 Fixed null pointer found in git actions` 2022-02-23 10:13:20 -05:00
Cyrus
4cf08ef38a Updated unit tests and removed magic number 2022-02-23 08:45:16 -05:00
Cyrus
00d8dfb3b5 Updated the CA certificate to truncate the prefix of the subject key identifier 2022-02-23 07:53:07 -05:00
Cyrus
9d27923d6d Added null checks for a unit test 2022-02-18 13:52:14 -05:00
Cyrus
acef2ea5b8 Added the new status for the state of the provision 2022-02-18 10:16:32 -05:00
chubtub
1fced3aa61 Resolve merge conflicts 2022-02-18 09:59:45 -05:00
chubtub
2263a3567f
Merge pull request #426 from nsacyber/issue-423
[#423] Default signing credentials option for tcg_rim_tool
2022-02-18 09:33:09 -05:00
chubtub
bf989bbee7 Merge branch 'issue-395' of github.com:nsacyber/HIRS into issue-395 2022-02-17 16:55:59 -05:00
chubtub
a881c64ce8 Add support rim link to frontend. 2022-02-17 16:51:45 -05:00
chubtub
96200f57c2 Revert "Decode the event content for display on the frontend."
This reverts commit 2671a572ba.
2022-02-17 16:51:44 -05:00
chubtub
1cbe50b401 Decode the event content for display on the frontend. 2022-02-17 16:51:44 -05:00
chubtub
1436cafb55 Rename tpm-events to rim-database. Add link to index page. 2022-02-17 16:51:40 -05:00
Cyrus
f3842b3ed3 Updated the code to properly assign the base rim ID to the tpm events
link and updated the image for the nav bar tpm events
2022-02-17 16:49:09 -05:00
Cyrus
d02be16ced The event selector was removed. It was not needed, but the event
manager was modified to pull the right data.
2022-02-17 16:49:08 -05:00
Cyrus
aabeb4e37f Updated code allows the tpm event table to be searched and information
updated when the swidtag is added.
2022-02-17 16:49:06 -05:00
chubtub
7bb13c08c9 Add link to Base RIM 2022-02-17 16:48:11 -05:00
Cyrus
470e6eccdf Refactored the Reference Digest code so that the ReferenceDigestValue
table is accessible and upated the contoller for the getOrderedList.
2022-02-17 16:48:08 -05:00
Cyrus
10915bdc3b Prelminary changes to remove ReferenceDigestRecord as a database object. 2022-02-17 13:11:41 -05:00
chubtub
ddada80add WIP: frontend hangs while getting records from backend 2022-02-17 13:08:07 -05:00
chubtub
7d8df398e7 Controller class for returning TPM Event data to jsp 2022-02-17 13:08:06 -05:00
chubtub
b1d4ef7c1e Front end changes for new TPM Events page 2022-02-17 13:08:06 -05:00
chubtub
565ccd6758 Add support rim link to frontend. 2022-02-16 16:05:37 -05:00
chubtub
1d57ab0d09 Revert "Decode the event content for display on the frontend."
This reverts commit 2671a572ba.
2022-02-16 11:17:25 -05:00
iadgovuser26
4e7f451af0
Update VERSION 2022-02-15 15:28:17 -05:00
iadgovuser26
b136159d17
Merge pull request #439 from nsacyber/rim-blob-size-update
Variety of Firmware RIM modifications
2022-02-15 15:26:39 -05:00
Cyrus
6abd87a192 Removed debug statements 2022-02-15 13:43:33 -05:00
Cyrus
99ba840a54 Fixed debug statement 2022-02-15 11:25:25 -05:00
Cyrus
0f839ebd08 This is a test commit. Changes will be removed. 2022-02-15 11:17:07 -05:00