Skip to content

Releases: google/go-attestation

v0.5.1

09 Nov 16:51
a3545df
Compare
Choose a tag to compare

What's Changed

  • Add EK as a field to AK struct. by @zhsh in #332
  • Add TPM.EKCertificates() method. by @zhsh in #333
  • attest: Make PCRs included in quote configurable by @smo4201 in #311
  • Activate AK with ECC EKs. by @zhsh in #339
  • attest: ActivateCredentialWithEK() method that can be used with ECC EKs by @zhsh in #340
  • attest: Remove the EK field from AK struct by @zhsh in #341
  • attest: Create keys under non-default SRKs by @zhsh in #342
  • ci: don't install OpenSSL 1.1 on macOS by @brandonweeks in #350
  • Bump golang.org/x/sys from 0.9.0 to 0.12.0 by @dependabot in #348
  • Fix typo by @djm-google in #349
  • Fix Intel EK certificate URLs on Linux by @hslatman in #347
  • Bump github.com/google/go-tpm-tools from 0.3.13-0.20230620182252-4639ecce2aba to 0.4.0 by @dependabot in #351
  • Bump github.com/google/go-tpm-tools from 0.4.0 to 0.4.1 by @dependabot in #352
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #354
  • Bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #353
  • Bump github.com/google/go-tpm-tools from 0.4.1 to 0.4.2 by @dependabot in #355
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #356
  • Don't drop leading zeroes when performing generic ecdsa signing by @mwielgoszewski in #357

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Jun 14:25
63dd90f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.3.2

14 Apr 21:00
b6c6a0c
Compare
Choose a tag to compare
  • Parse TCG_PCClientPCREvent structures with an eventSize of 0 (#212)

v0.3.1

13 Apr 23:01
31ad4f5
Compare
Choose a tag to compare
  • win_events: Determine if the WBCL was for a cold boot (as opposed to a resume from hibernation) (#209)
  • bugfix(eventlog): Assume TPM1.2 events if NO_ACTION is too short (#208)
  • Fix integer overflow in digest parsing (#211)

v0.3.0

13 Apr 23:05
1bbba0b
Compare
Choose a tag to compare
  • attest: add bounds checks for slice indexes (#197)
  • attestPCRs(): make sure that the return values are consistent (#199)
  • Support for application signing keys (#201)
  • Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#203)
  • Verify(): ensure that the hash function is available (#204)
  • Bump Go version to 1.16, update dependencies (#205)
  • testKeySign: small fix (#206)
  • Minor fixes and additions (#207)

v0.2.2

14 Dec 11:51
0ee6160
Compare
Choose a tag to compare
  • Update google/go-tpm to v0.3.2 (#195)

v0.2.1

19 Nov 06:48
d90962d
Compare
Choose a tag to compare
  • Update google/go-tpm to v0.3.1 (#183)
  • Go 1.15 support (#185)