In attested-tls we are switching mock quote generation from tdx-quote to a more full-featured mock quote setup.
This is partly because tdx-quote is licensed AGPL (like configfs-tsm). But also because the mock quotes it produces are very simple and cannot be covered by dcap-qvl verification.
See:
flashbots/attested-tls#29
If we are moving the attestation generation/verification logic here, it might also make sense to move the mock-tdx crate from that PR here as well.
In attested-tls we are switching mock quote generation from
tdx-quoteto a more full-featured mock quote setup.This is partly because tdx-quote is licensed AGPL (like
configfs-tsm). But also because the mock quotes it produces are very simple and cannot be covered by dcap-qvl verification.See:
flashbots/attested-tls#29
If we are moving the attestation generation/verification logic here, it might also make sense to move the mock-tdx crate from that PR here as well.