Bug 1279985 - Description for SSL_CIPHER_SUITE_* out of date; r=chutten

This patch updates the description for the probes SSL_CIPHER_SUITE_FULL and
SSL_CIPHER_SUITE_RESUMED found in Histograms.json to point to
AccumulateCipherSuite which contains the key exchanges instead of the previous
HandshakeCallback.

MozReview-Commit-ID: Bf3xKGdK4Sd

--HG--
extra : rebase_source : e278f28e6abf4044d0e554dd28bd2d550c576ef2
This commit is contained in:
Federico Padua 2017-03-25 12:24:22 +01:00
Родитель 33b2f03d47
Коммит 004698ca40
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8901,14 +8901,14 @@
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 128,
"description": "Negotiated cipher suite in full handshake (see key in HandshakeCallback in nsNSSCallbacks.cpp)"
"description": "Negotiated cipher suite in full handshake (see key in AccumulateCipherSuite in nsNSSCallbacks.cpp)"
},
"SSL_CIPHER_SUITE_RESUMED": {
"alert_emails": ["seceng-telemetry@mozilla.com"],
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 128,
"description": "Negotiated cipher suite in resumed handshake (see key in HandshakeCallback in nsNSSCallbacks.cpp)"
"description": "Negotiated cipher suite in resumed handshake (see key in AccumulateCipherSuite in nsNSSCallbacks.cpp)"
},
"SSL_KEA_RSA_KEY_SIZE_FULL": {
"alert_emails": ["seceng-telemetry@mozilla.com"],