go-attestation/attest
2021-03-09 09:30:11 -08:00
..
attest-tool Implement self-test mode into attest-tool. (#137) 2019-11-08 09:52:59 -08:00
internal Begin implementing extraction of windows info from the event log (#167) 2020-06-01 17:35:23 -07:00
testdata Implement workaround for secureboot authority events from shim (#158) 2020-05-01 14:20:54 -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 Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00
application_key.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08: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 Support for application signing keys (#201) 2021-03-08 12:27:00 -08: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 Add workaround in validation for missing exit boot services event log messages (#153) 2020-04-16 10:20:55 -07:00
eventlog_workarounds.go Fix broken build from intersection of two PRs (#155) 2020-04-16 11:42:48 -07:00
eventlog.go attest: improve event log debugging (#190) 2020-11-30 12:22:43 -08:00
example_test.go Fix linter errors, go fmt (#130) 2019-10-10 14:29:46 -07:00
key_linux.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00
key_windows.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08: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 Implement parsing of PCR 13 WBCL information (#178) 2020-09-14 16:44:10 -07:00
win_events.go Fix Go Vet string conversion warnings (#185) 2020-11-18 22:25:44 -08:00
wrapped_tpm20.go Support for application signing keys (#201) 2021-03-08 12:27:00 -08:00