go-attestation/attest
Brandon Weeks 58786a4742 Target gofuzz build tag instead of cgo
go-fuzz + libFuzzer can't be built with `CGO_ENABLED=0`.
2019-10-08 17:52:40 +11:00
..
attest-tool internal/eventlog: only trust the first time an event is written to the log (#95) 2019-09-06 10:20:43 -07:00
test Simple fuzzer for ParseEventLog 2019-10-08 16:09:51 +11:00
testdata attest: add testdata for crypto agile event (#82) 2019-08-21 10:00:18 -07:00
activation_test.go Implement credential activation API (#56) 2019-07-23 15:22:53 -07:00
activation.go Target gofuzz build tag instead of cgo 2019-10-08 17:52:40 +11:00
attest_simulated_tpm20_test.go Support AIKPublic.validate20Quote() consuming PCRs not part of the quote (#115) 2019-09-26 15:11:31 -07:00
attest_test.go attest: rename MintAIK and MintOptions to NewAIK and AIKConfig 2019-08-28 09:25:14 -07:00
attest_tpm12_test.go attest: don't define exported API in files with build tags 2019-09-19 13:50:38 -07:00
attest.go Add config struct for AttestPlatform(), to configure event log source (#118) 2019-10-03 11:09:32 -07:00
challenge_test.go attest: use provided randomness source when generating challenges (#80) 2019-08-21 10:28:19 -07:00
challenge.go attest: use provided randomness source when generating challenges (#80) 2019-08-21 10:28:19 -07:00
cryptohash.go Fix building without cgo 2019-10-08 17:19:02 +11:00
eventlog_test.go Support verifying the event log with multiple PCR values for a given PCR (#112) 2019-09-25 14:50:17 -07:00
eventlog.go Support AIKPublic.validate20Quote() consuming PCRs not part of the quote (#115) 2019-09-26 15:11:31 -07:00
example_test.go Add config struct for AttestPlatform(), to configure event log source (#118) 2019-10-03 11:09:32 -07:00
key_linux.go Target gofuzz build tag instead of cgo 2019-10-08 17:52:40 +11:00
key_windows.go Simple fuzzer for ParseEventLog 2019-10-08 16:09:51 +11:00
pcp_windows.go attest: rename MintAIK and MintOptions to NewAIK and AIKConfig 2019-08-28 09:25:14 -07: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
tpm_linux.go Target gofuzz build tag instead of cgo 2019-10-08 17:52:40 +11:00
tpm_other.go Target gofuzz build tag instead of cgo 2019-10-08 17:52:40 +11:00
tpm_test.go attest: re-work EK API (#79) 2019-08-21 10:26:55 -07:00
tpm_windows.go Support AIKPublic.validate20Quote() consuming PCRs not part of the quote (#115) 2019-09-26 15:11:31 -07:00
tpm.go Add config struct for AttestPlatform(), to configure event log source (#118) 2019-10-03 11:09:32 -07:00
vendors.go Update vendors list (#57) 2019-08-06 16:47:13 -07:00