cc-trusted-api icon indicating copy to clipboard operation
cc-trusted-api copied to clipboard

Support getting CC report from ConfigFs TSM

Open dongx1x opened this issue 1 year ago • 2 comments

From kernel v6.7, the ConfigFS TSM was added as a cross-vendor solution for confidential computing attestation reports, let's add support in CC trusted API.

Reference: https://lwn.net/Articles/945578/ https://www.phoronix.com/news/Linux-6.7-configfs-tsm

dongx1x avatar May 17 '24 02:05 dongx1x

Three PRs have been submitted to support ConfigFS TSM: Golang: https://github.com/cc-api/cc-trusted-api/pull/122 Python: https://github.com/cc-api/cc-trusted-api/pull/123 Rust: https://github.com/cc-api/cc-trusted-api/pull/124

dongx1x avatar May 17 '24 02:05 dongx1x

Yes, let us follow upstream kernel in the long run

wenhuizhang avatar May 17 '24 15:05 wenhuizhang

The issue has been fixed in the PRs as below. Close it as complete.

Golang: https://github.com/cc-api/cc-trusted-api/pull/122 Python: https://github.com/cc-api/cc-trusted-api/pull/123 Rust: https://github.com/cc-api/cc-trusted-api/pull/124

ruomengh avatar May 30 '24 05:05 ruomengh