Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2524)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2017563002: Add Certificate Transparency logs auditing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Ryan's two final comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/cert/merkle_audit_proof.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 778bde8307e04d91858887fe90fe838ec55fbd2d..18bcb50b41956358094eabdc4c653c10997eba42 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30556,6 +30556,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CertificateTransparency.InclusionCheckResult"
+ enum="CTLogEntryInclusionCheckResult">
+ <owner>eranm@chromium.org</owner>
+ <summary>
+ The result of an inclusion check for a Certificate Transparency log entry
+ (composed of a TLS certificate observed together with Signed Certificate
+ Timestamps). Emitted once per (TLS certificate, Signed Certificate
+ Timestamp) pair observed and checked for inclusion (check results are
+ cached).
+ </summary>
+</histogram>
+
<histogram name="Net.CertificateTransparency.MainFrameValidSCTCount">
<owner>eranm@chromium.org</owner>
<summary>
@@ -82840,6 +82852,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="194" label="TSS Error Unknown Error"/>
</enum>
+<enum name="CTLogEntryInclusionCheckResult" type="int">
+ <int value="0" label="Obtained valid inclusion proof"/>
+ <int value="1" label="Failed getting inclusion proof"/>
+ <int value="2" label="Obtained inclusion proof is invalid"/>
+</enum>
+
<enum name="CTRequirementCompliance" type="int">
<obsolete>
Deprecated 1/2016.
« no previous file with comments | « net/cert/merkle_audit_proof.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698