oak icon indicating copy to clipboard operation
oak copied to clipboard

Add Placeholder implementation for an AMD-attested Oak client

Open rbehjati opened this issue 1 year ago • 0 comments

This PR:

  • Adds placeholder implementation for AmdAttestedOakClient, and AmdAttestationReport.
  • Moves classes related to Evidence into a separate package.
  • Removes the abstract builder in OakClient, as a good implementation of it would require too many type parameters, and would not do much really.

Notable next steps:

  • Implement Rekor logEntry verification and verify in EndorsementEvidence.
  • Unifying the Rust and Java implementation. It is probably best to do this after updating the interactive remote attestation implementation.

Ref #3066

rbehjati avatar Aug 12 '22 16:08 rbehjati