alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Challenge-response for attestation #162

Open pwochner opened 7 months ago

pwochner commented 7 months ago

Functionality and cli for challenge-response process for attestation. Closes #94

thobson88 commented 7 months ago

While reviewing the CR hackmd I noticed that there was a TODO in Step 2 of Part II, to remember to check that the candidate dDID contains the expected update key (sent by the attestor in Part I).

Perhaps this has already been implemented, but just wanted to flag as something to check.

pwochner commented 7 months ago

While reviewing the CR hackmd I noticed that there was a TODO in Step 2 of Part II, to remember to check that the candidate dDID contains the expected update key (sent by the attestor in Part I).

Perhaps this has already been implemented, but just wanted to flag as something to check.

Good spot. This hasn't been implemented yet. Still a TODO. I left a TODO comment in attestor.rs for this.