Security/Features/TLS Telemetry: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 26: Line 26:
*Collect certificate key strength (bits)
*Collect certificate key strength (bits)
**[http://mxr.mozilla.org/mozilla-central/source/security/manager/ssl/public/nsISSLStatus.idl nsISSLStatus.idl] exposes <tt>keyLength</tt> and <tt>secretKeyLength</tt>
**[http://mxr.mozilla.org/mozilla-central/source/security/manager/ssl/public/nsISSLStatus.idl nsISSLStatus.idl] exposes <tt>keyLength</tt> and <tt>secretKeyLength</tt>
*Collect TLS/SSL certificate related errors  
*Collect TLS/SSL certificate related errors
** [http://mxr.mozilla.org/mozilla-central/source/netwerk/socket/nsITransportSecurityInfo.idl nsITransportSecurityInfo.idl] exposes securityState
** [http://mxr.mozilla.org/mozilla-central/source/security/manager/ssl/public/nsIX509Cert3.idl nsIX509Cert3.idl]
**What kind of errors are our users encountering?  
**What kind of errors are our users encountering?  
**Domain mismatch, expired, untrusted issuer, etc
**Domain mismatch, expired, untrusted issuer, etc
Confirmed users
110

edits