Skip to content

Commit a7db485

Browse files
committed
docs: add rust-regl to repo guide
Signed-off-by: BISWAS, SREYAN <SREYAN.BISWAS@fujitsu.com>
1 parent d12fa62 commit a7db485

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

project-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ To ensure that the code backs up the design, reference support for multiple atte
2020

2121
* EAT Tokens, with the [ARM PSA Profiles](https://datatracker.ietf.org/doc/draft-tschofenig-rats-psa-token/) being a specific test set.
2222
* ARM Confidential Computing Architecture (CCA) Token and its composition [Parsec-CCA](https://github.com/CCC-Attestation/attested-tls-poc/blob/main/doc/parsec-evidence-cca.md).
23+
The [RATS Evidence Generation Library (REGL)](https://github.com/veraison/rust-regl) provides Rust-based evidence collection for TEE platforms.
2324
* [DICE layered Evidence](https://trustedcomputinggroup.org/work-groups/dice-architectures/) (Note: this does not adhere to any specific DICE-based protocol. If you're planning any particular DICE protocol implementation, we would be very interested in discussing it).
2425
* TPM based attestation tokens, namely [EnactTrust](https://enacttrust.com/) & [Parsec-TPM](https://github.com/CCC-Attestation/attested-tls-poc/blob/main/doc/parsec-evidence-tpm.md).
2526

repo-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ A library for the Arm Confidential Computing Architecture (CCA) Attestation Toke
4141
[rust-ccatoken](https://github.com/veraison/rust-ccatoken)
4242
Rust implementation of the Arm Confidential Computing Architecture (CCA) Attestation Token library.
4343

44+
[rust-regl](https://github.com/veraison/rust-regl)
45+
Rust implementation of the RATS Evidence Generation Library (REGL) - collects attestation evidence from TEE platforms.
46+
4447
[dice](https://github.com/veraison/dice): library providing support functions for manipulating various profiles of DICE.
4548

4649
[parsec](https://github.com/veraison/parsec): Library support for handling the Parsec Key Attestation formats used in the attested TLS PoC.
@@ -153,6 +156,7 @@ EF["<b>Evidence Formats</b>
153156
<i>psatoken</i>
154157
<i>ccatoken</i>
155158
<i>rust-ccatoken</i>
159+
<i>rust-regl</i>
156160
<i>enacttrust-tpm</i>
157161
<i>parsec (tpm, cca)</i>"]
158162
EF ---> CL

0 commit comments

Comments
 (0)