New Feature
- Streaming Bootz v1.0 API
What's Changed
- [Bootz Transparency] Define two new interfaces in service.go by @gmacf in #271
- Change PublicKey return type to *rsa.PublicKey by @gmacf in #272
- Move deprecated fields to reserved and rebuild. by @gmacf in #273
- Include Identity message in Chassis by @gmacf in #274
- Updates typos.toml to exclude autogenerated files by @gmacf in #275
- Add initial README and test protos for Bootz INT test by @gmacf in #276
- Add BootstrapStreamV1 RPC by @Chounoki in #279
- Add sequence diagram to Bootz integration test README by @gmacf in #277
- Add description for BootstrapStream v1.0 by @Chounoki in #280
- chore(all): update dependency protobuf to v34 by @renovate-bot in #281
- Add BootstrapStreamV1 RPC skeleton handler by @Chounoki in #282
- Add recovery data and deadline to test.proto. by @gmacf in #283
- [Monax] Populate sut.proto by @gmacf in #284
- Cleanup unsupported TPM 1.2 from Streaming Bootz v0.6 implementation by @Chounoki in #285
- Update attestz package version by @Chounoki in #286
- Add the missing "encapsulated_key" field. by @Chounoki in #287
- Merge types.EntityLookup into types.Chassis as they almost overlap completely. by @Chounoki in #288
- chore(all): update module google.golang.org/grpc to v1.79.3 [SECURITY] by @renovate-bot in #290
- Remove redundant base64 encoding which is immediately followed by base64 decoding. by @Chounoki in #291
Full Changelog: v0.6.2...v0.7.0