Closed
Bug 1584104
Opened 5 years ago
Closed 5 years ago
We need to have a clone of TransportSecurityInfo on the parent process
Categories
(Core :: Networking: HTTP, enhancement, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: dragana, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Currently we have access to nsNSSSocketInfo that implements TransportSecurityInfo. When we move netwirking to the socket process nsNSSSocketInfo moves as well. We will need a clone of TransportSecurityInfo on the parent process. There is already a way to serialize/deserialize TransportSecurityInfo here.
Also we will need some info from nsISSLSocketControl. As far as
I can see we only need NegotiatedNPN (here) but we should double check.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → kershaw
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9128810 -
Attachment description: Bug 1584104 - Make it possible to serialize and deserizlize CommonSocketControl → Bug 1584104 - Add some information needed by parent process to nsITransportSecurityInfo
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/212f0c0afa19
Add some information needed by parent process to nsITransportSecurityInfo r=keeler
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•