Replace SCTReport struct with proto
This replaces the SCTReport struct used to store SCT audit reports in the SCTAuditingCache with the TLSConnectionReport proto we will use for sending reports to the server. Creating the proto at the time of adding the report to the cache avoids having to later translate the SCTReport into the final proto form, and lets us remove the SCTReport struct entirely. Bug: 1082860 Change-Id: Ib5848744fb79d33ce50f0909531ff983dc55af54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333302Reviewed-by:Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#805943}
Showing
Please register or sign in to comment