Bug 250894

Summary: [GTK][WPE] Allow specific TLS certificate for a host should not be global to the network process
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 210100    

Description Carlos Garcia Campos 2023-01-20 05:35:24 PST
This is not a problem for current API, because it's web context API and we always have one network process per context with a single session. For the new API, we have a global network process with multiple sessions that shouldn't share the allowed certificates.
Comment 1 Carlos Garcia Campos 2023-01-20 05:37:10 PST
Pull request: https://github.com/WebKit/WebKit/pull/8874
Comment 2 EWS 2023-01-23 01:33:20 PST
Committed 259202@main (c02853156a91): <https://commits.webkit.org/259202@main>

Reviewed commits have been landed. Closing PR #8874 and removing active labels.