go-attestation/attest
2021-04-15 12:14:18 -07:00
..
attest-tool Add initial docs for attest-tool (#213) 2021-04-15 12:14:18 -07:00
internal Begin implementing extraction of windows info from the event log (#167) 2020-06-01 17:35:23 -07:00
testdata bugfix(eventlog): Assume TPM1.2 events if NO_ACTION is too short (#208) 2021-04-13 10:46:15 -07:00
activation_test.go Rename AIK to AK everywhere 2019-10-09 08:56:19 +11:00
activation.go attest: add bounds checks for slice indexes (#197) 2020-12-30 19:33:55 +01:00
application_key_test.go testKeySign: small fix (#206) 2021-04-01 09:53:30 -07:00
application_key.go Minor fixes and additions (#207) 2021-04-01 19:29:45 -07:00
attest_fuzz.go Enable ParseAKPublic & ParseEKCertificate for fuzzing. (#141) 2019-12-04 15:04:06 -08:00
attest_simulated_tpm20_test.go Split linuxTPM -> {trousersTPM,wrappedTPM20}, implement CommandChannel 2020-05-05 16:56:57 -07:00
attest_test.go Split linuxTPM -> {trousersTPM,wrappedTPM20}, implement CommandChannel 2020-05-05 16:56:57 -07:00
attest_tpm12_test.go Split linuxTPM -> {trousersTPM,wrappedTPM20}, implement CommandChannel 2020-05-05 16:56:57 -07:00
attest.go Minor fixes and additions (#207) 2021-04-01 19:29:45 -07:00
certification_test.go Verify(): ensure that the hash function is available (#204) 2021-03-09 09:30:11 -08:00
certification.go Verify(): ensure that the hash function is available (#204) 2021-03-09 09:30:11 -08:00
challenge_test.go Rename AIK to AK everywhere 2019-10-09 08:56:19 +11:00
challenge.go Rename AIK to AK everywhere 2019-10-09 08:56:19 +11:00
eventlog_fuzz.go Fix linter errors, go fmt (#130) 2019-10-10 14:29:46 -07:00
eventlog_test.go Parse TCG_PCClientPCREvent structures with an eventSize of 0 (#212) 2021-04-14 13:59:06 -07:00
eventlog_workarounds.go Fix broken build from intersection of two PRs (#155) 2020-04-16 11:42:48 -07:00
eventlog.go Parse TCG_PCClientPCREvent structures with an eventSize of 0 (#212) 2021-04-14 13:59:06 -07:00
example_test.go Fix linter errors, go fmt (#130) 2019-10-10 14:29:46 -07:00
key_linux.go Minor fixes and additions (#207) 2021-04-01 19:29:45 -07:00
key_windows.go Minor fixes and additions (#207) 2021-04-01 19:29:45 -07:00
pcp_windows.go Deepikarajani24 patch 1 (#193) 2020-12-02 11:09:22 -08:00
secureboot_test.go Begin implementing extraction of windows info from the event log (#167) 2020-06-01 17:35:23 -07:00
secureboot.go attest: add bounds checks for slice indexes (#197) 2020-12-30 19:33:55 +01:00
storage.go Refactor part 1: Refactor logic for keys into structs for each TPM/platform invariant. (#53) 2019-07-19 13:05:18 -07:00
tpm12_linux.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00
tpm_fake.go Add InjectSimulatedTPMForTest function for testing (#187) 2020-11-19 07:43:19 +01:00
tpm_linux.go Add InjectSimulatedTPMForTest function for testing (#187) 2020-11-19 07:43:19 +01:00
tpm_other.go Refactor *platformTPM -> tpmBase interface (#160) 2020-05-05 14:56:40 -07:00
tpm_test.go attest: re-work EK API (#79) 2019-08-21 10:26:55 -07:00
tpm_windows.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00
tpm.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00
vendors.go Update vendors list (#57) 2019-08-06 16:47:13 -07:00
win_events_test.go win_events: Determine if the WBCL was for a cold boot (as opposed to a resume from hibernation) (#209) 2021-04-07 16:08:29 -07:00
win_events.go win_events: Determine if the WBCL was for a cold boot (as opposed to a resume from hibernation) (#209) 2021-04-07 16:08:29 -07:00
wrapped_tpm20.go Minor fixes and additions (#207) 2021-04-01 19:29:45 -07:00