nokia / AttestationEngine

An experimental (but fully functional) Remote Attestation Engine and Applications for TPM2.0 based systems (cloud, edge, IoT etc)
BSD 3-Clause Clear License
23 stars 17 forks source link

Add Nonce to session and add rule to validate nonces for tpm2/quote #136

Closed THS-on closed 12 months ago

iolivergithub commented 12 months ago

A random nonce for a quite is generated on lines 80 and 81, and set as a parameter to the call on line 82. Note on lines 99 and 100 the merging of parameters from other places...I really should check this out to see if I have all of this in the right order...

First issue that needs to be solved is that the parameters to the call need to be saved in the claim....

iolivergithub commented 12 months ago

Do not proceed until parameter saving in claim is sorted.

iolivergithub commented 12 months ago

Fixed