separate TLS socket control from transport security info
Categories
(Core :: Security: PSM, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
Details
(Whiteboard: [psm-assigned])
Attachments
(3 files, 2 obsolete files)
The TLS socket control implementation (until now called nsISSLSocketControl
, soon to be called nsITLSSocketControl
) should be separate from the transport security info implementation (nsITransportSecurityInfo
).
Assignee | ||
Comment 1•2 years ago
|
||
(This test only needs the bytes of the server certificate, not the entire
nsITransportSecurityInfo of the connection.)
Assignee | ||
Comment 2•2 years ago
|
||
This is an important step in making nsITransportSecurityInfo constant.
Depends on D157994
Comment 3•2 years ago
|
||
Comment on attachment 9295905 [details]
WIP: Bug 1791633 - don't serialize securityInfo in browser_aboutCertError_exception.js r?Gijs
Revision D157994 was moved to bug 1793841. Setting attachment 9295905 [details] to obsolete.
Comment 4•2 years ago
|
||
Comment on attachment 9295906 [details]
WIP: Bug 1791633 - deserialize nsITransportSecurityInfo without already having an instance of it r?jschanck
Revision D157995 was moved to bug 1793841. Setting attachment 9295906 [details] to obsolete.
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D160310
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D160311
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Backed out for causing build bustages at nsHttpConnectionMgr.cpp:
Backout link: https://hg.mozilla.org/integration/autoland/rev/2c9975203a9276b093ccaadc485227386a679fa2
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=ee974498267381418f06efd6ab92c1f2c5f3735d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=396552438&repo=autoland&lineNumber=43147
Comment 10•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Backed out 3 changesets (Bug 1791633) for causing bustages on TransportSecurityInfo.cpp.
Backout link
Push with failures <--> Bb
Failure Log
Assignee | ||
Updated•2 years ago
|
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/303e70d38862
https://hg.mozilla.org/mozilla-central/rev/705439f1d269
https://hg.mozilla.org/mozilla-central/rev/b45bd4ea0000
Description
•