Outstanding items from the PR #1 review that are not yet implemented.
1. JSON claims input for simulated attester
Reviewer: @yogeshbdeshpande
CcaSimulatedAttester currently returns a hardcoded CBOR blob. It should accept user-provided claims as a JSON file so users can inspect and modify claims without decoding CBOR manually. Tracked in #2.
2. CLI tooling for CCA evidence crypto verification
Reviewer: @yogeshbdeshpande
A standalone CLI (like veraison/evcli in Go) for signature verification and claims validation of CCA tokens. This is out of scope for rust-regl (evidence gathering only). The verification APIs live in veraison/rust-ccatoken. A separate binary wrapping rust-ccatoken could be the right place for this.
All other review feedback from PR #1 (comment consistency, IETF draft reference, Drop impl, pattern match cleanup, doc fixes) has been resolved in the PR.
Outstanding items from the PR #1 review that are not yet implemented.
1. JSON claims input for simulated attester
Reviewer: @yogeshbdeshpande
CcaSimulatedAttestercurrently returns a hardcoded CBOR blob. It should accept user-provided claims as a JSON file so users can inspect and modify claims without decoding CBOR manually. Tracked in #2.2. CLI tooling for CCA evidence crypto verification
Reviewer: @yogeshbdeshpande
A standalone CLI (like
veraison/evcliin Go) for signature verification and claims validation of CCA tokens. This is out of scope forrust-regl(evidence gathering only). The verification APIs live inveraison/rust-ccatoken. A separate binary wrappingrust-ccatokencould be the right place for this.All other review feedback from PR #1 (comment consistency, IETF draft reference, Drop impl, pattern match cleanup, doc fixes) has been resolved in the PR.