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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2017563002: Add Certificate Transparency logs auditing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b5ab0cb93120240c6266d9a2d589e278f2c1904d..338a2899baf2f148c49adc670af4dd6d4de24791 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29004,6 +29004,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>
@@ -78830,6 +78842,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.
« components/certificate_transparency/tree_state_tracker.h ('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