Closed
Bug 704675
Opened 14 years ago
Closed 9 years ago
Expose TLS handshake data to nsISSLStatus and nsITransportSecurityInfo
Categories
(Core :: Security: PSM, enhancement)
Core
Security: PSM
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dchanm+bugzilla, Unassigned)
References
Details
If bug 704584 is implemented, the information should be retrievable through nsISSLStatus / nsITransportSecurityInfo .
![]() |
||
Comment 1•9 years ago
|
||
(In reply to David Chan [:dchan] from bug 704584 comment #0)
> The Mozilla Security team would like to run a telemetry study on TLS/SSL
> usage in Firefox. The current API does not allow us to retrieve information
> exchanged during the TLS handshake. It would be beneficial for our study if
> we could query the protocol version and CipherSuites exchanged.
Protocol version is already available, as is the negotiated cipher suite. What cipher suites were advertised by the client can be obtained by querying the cipher suite prefs as in https://dxr.mozilla.org/mozilla-central/rev/4feb4dd910a5a2d3061dbdd376a80975206819c6/security/manager/ssl/nsNSSComponent.cpp#1074
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•