Trust Tokens: Clarify a comment in ExpiryInspectingRecordExpiryDelegate
ExpiryInspectingRecordExpiryDelegate uses Trust Tokens signed redemption records' associated token issuance verification keys in order to decide whether a given signed redemption record has expired. This is a little subtle, because signed redemption records *also* have associated public- key signatures, verified by "signed redemption record verification keys," which are distinct from SRRs' associated token issuance verification keys. For the most part, the comments in expiry_inspecting_record_expiry_delegate.{h,cc} go out of their way to make the distinction explicit, but there was a comment that mentioned the SRR's "verification key", rather than its associated token issuance verification key. This patch updates the comment in question to be clearer. Tbr: svaldez@chromium.org Change-Id: I87f45aa411c9c4462bf7fd4ce00a92ca41056daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429304Reviewed-by:Steven Valdez <svaldez@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#810345}
Showing
Please register or sign in to comment