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

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: (Re-upload) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/cert/merkle_audit_proof.cc ('K') | « 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 9bc93150da2a4b1e2722d224bde95790dda6ec31..54a63c4db744d7ae0e98f83e82269e47586a1f26 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29174,6 +29174,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>
@@ -79338,6 +79350,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.
« net/cert/merkle_audit_proof.cc ('K') | « net/cert/merkle_audit_proof.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698