Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Add a Rust code example for ESAPI usage. #100

Closed eckelmeckel closed 2 weeks ago

eckelmeckel commented 2 weeks ago

Rust is considered a memory-safe language by The White House (https://www.whitehouse.gov/wp-content/uploads/2024/02/Final-ONCD-Technical-Report.pdf), so it would be great to have a code example for using the TSS2 ESAPI with Rust.

eckelmeckel commented 2 weeks ago

Addressed in #99.