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

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

Issue 2395323002: Roll src/third_party/boringssl/src 0d81373f9..1991af690 (Closed)
Patch Set: rebase, roll further Created 4 years, 2 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 | « third_party/boringssl/win-x86_64/crypto/ec/p256-x86_64-asm.asm ('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 ac03f40de8c9b254d31d81a10dea9a304a840873..7c6235b9eb3a25dc5ad3cf425b63f4d6c6357b96 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -98893,6 +98893,17 @@ value.
<int value="196" label="TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256"/>
<int value="197" label="TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256"/>
<int value="255" label="TLS_EMPTY_RENEGOTIATION_INFO_SCSV"/>
+ <int value="4865" label="TLS_AES_128_GCM_SHA256"/>
+ <int value="4866" label="TLS_AES_256_GCM_SHA384"/>
+ <int value="4867" label="TLS_CHACHA20_POLY1305_SHA256"/>
+ <int value="5815"
+ label="TLS_CECPQ1_RSA_WITH_CHACHA20_POLY1305_SHA256 (experimental)"/>
+ <int value="5816"
+ label="TLS_CECPQ1_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (experimental)"/>
+ <int value="5817"
+ label="TLS_CECPQ1_RSA_WITH_AES_256_GCM_SHA384 (experimental)"/>
+ <int value="5818"
+ label="TLS_CECPQ1_ECDSA_WITH_AES_256_GCM_SHA384 (experimental)"/>
<int value="49153" label="TLS_ECDH_ECDSA_WITH_NULL_SHA"/>
<int value="49154" label="TLS_ECDH_ECDSA_WITH_RC4_128_SHA"/>
<int value="49155" label="TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA"/>
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/ec/p256-x86_64-asm.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698