Closed
Bug 1549323
Opened 6 years ago
Closed 5 years ago
[socket-process] Check whether SSL_ClearSessionCache() is called on the socket process.
Categories
(Core :: Networking, task, P2)
Tracking
()
RESOLVED
FIXED
mozilla78
People
(Reporter: dragana, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Check if SSL_ClearSessionCache() gets called in the socket process when the last private browsing context exits.
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:keeler, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dkeeler)
Updated•6 years ago
|
Flags: needinfo?(dkeeler)
Priority: -- → P1
Whiteboard: [psm-assigned]
| Reporter | ||
Updated•5 years ago
|
Assignee: dd.mozilla → nobody
Status: ASSIGNED → NEW
Updated•5 years ago
|
Component: Security: PSM → Networking
Priority: P1 → --
Whiteboard: [psm-assigned]
Updated•5 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged]
hello !!
I would love to work on this ..
Can anyone elaborate this more ?
Thanks :)
hey [:kershaw] !!
Thanks for guiding me to this bug !
Could you please elaborate what I need to do ?
Thanks :)
| Assignee | ||
Comment 4•5 years ago
|
||
(In reply to Mahak from comment #3)
hey [:kershaw] !!
Thanks for guiding me to this bug !
Could you please elaborate what I need to do ?
Thanks :)
I'd suggest to tackle this bug by following steps.
- Let's figure out when
SSL_ClearSessionCache()will be called in parent process with and without networking over socket process enabled. There is a prefnetwork.http.network_access_on_socket_process.enabledfor enable/disable this. Basically,SSL_ClearSessionCacheis called bynsNSSComponent::ClearSSLExternalAndInternalSessionCacheNativeand it's called at these places. - Depends on the result of step 1, we might need to add an IPC message for clearing the session cache in socket process.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → kershaw
Type: defect → task
| Assignee | ||
Comment 5•5 years ago
|
||
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8c8cd29d84ac
Make sure session cache is cleared in socket process r=keeler
Comment 7•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•