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

Provide random number generation for nonce in Verifier without using the TPM. #32

Closed eckelmeckel closed 3 years ago

eckelmeckel commented 3 years ago

It should be possible to generate a random nonce using mbed TLS instead of the TPM. Reason: In most situations there is no TPM on a Verifier device.