-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix FAPI event logging. #2672
Milestone
Comments
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 20, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 21, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 22, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Aug 25, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
AndreasFuchsTPM
pushed a commit
that referenced
this issue
Nov 30, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes #2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
jouyouyun
pushed a commit
to jouyouyun/tpm2-tss
that referenced
this issue
Dec 25, 2023
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
AndreasFuchsTPM
pushed a commit
that referenced
this issue
Jan 30, 2024
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes #2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
JuergenReppSIT
added a commit
to JuergenReppSIT/tpm2-tss
that referenced
this issue
Mar 21, 2024
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes tpm2-software#2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
AndreasFuchsTPM
pushed a commit
that referenced
this issue
Mar 26, 2024
* For H-CRTM events pcr0 has to be initialized with 4. * A different locality can be set in an event with a startup locality signature. To enable the implementation of a corresponding unit test the function ifapi_check_profile_pcr_selection was splitted into two functions. The new function ifapi_calculate_pcrs is used in the unit test to check whether the expected pcr0 is computed from the event list computed from the binary H-CRTM firmware file. The pcr extension during parsing the firmware was removed. The computed pcr values were not used. The computation of the pcrs based on the replay of the eventlog is caried out by the new function ifapi_calculate_pcrs. Fixes #2672. Signed-off-by: Juergen Repp <juergen_repp@web.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: