Releases: google/go-eventlog
Releases · google/go-eventlog
v0.0.2
What's Changed
- Fix receiver CryptoHash in RTMRBank by @jkl73 in #1
- Update misleading comment on RTMR.Idx by @alexmwu in #2
- Remove GetSecureBootStateInsecure by @alexmwu in #3
- Add canonical event log TLV encoding implementation by @alexmwu in #4
- Add extract package used for parsing semantic event log info by @alexmwu in #5
- Skip EV_EVENT_TAG when parsing GRUB state from firmware log by @alexmwu in #6
- Separate out extract functions for ccel and tpmeventlog by @alexmwu in #7
- Change CEL type to interface by @alexmwu in #8
- Remove Get prefixes on exported functions and interfaces by @alexmwu in #9
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial Release
go-eventlog is not yet stable, but we currently support:
Parsing TCG2 event logs in the crypto-agile and SHA1 formats
Parsing Confidential Computing event logs
Replaying against PCRs and RTMRs
Extracting information from the event logs including Secure Boot, EFI Apps loaded, GRUB commands and files, Linux kernel cmdline, CRTM, GCE-specific info, etc.