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