Certificate Transparency: Correctly handle SCT origin
Because the Signed Certificate Timestamp's origin was not included in the equality checks, the same SCT from different origins was treated as the same object. This led to the SCT Viewer showing identical SCTs as coming from the same origin. Including the origin field in the LessThan comparison solves the problem. BUG=464684 Review URL: https://codereview.chromium.org/997533002 Cr-Commit-Position: refs/heads/master@{#320681}
Showing
Please register or sign in to comment