inclavare-containers / rats-tls

RATS architecture based TLS using librats
31 stars 33 forks source link

Unify the format of evidence_buffer #144

Closed imlk0 closed 1 year ago

imlk0 commented 1 year ago

The initial implementation of evidence_buffer has two forms. The first one is to put <pubkey-hash> into the userdata field of the evidence. The second is to put <pubkey-hash> into the claims_buffer.

This commit removes support for the first form, since it has been deleted in the Interoperable RA-TLS proposal.

Signed-off-by: Kun Lai me@imlk.top