nokia / AttestationEngine

An experimental (but fully functional) Remote Attestation Engine and Applications for TPM2.0 based systems (cloud, edge, IoT etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

THS-on opened this issue · comments

commented

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....

commented

Do not proceed until parameter saving in claim is sorted.

commented

Fixed