Bug 250894 - [GTK][WPE] Allow specific TLS certificate for a host should not be global to the network process
Summary: [GTK][WPE] Allow specific TLS certificate for a host should not be global to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2023-01-20 05:35 PST by Carlos Garcia Campos
Modified: 2023-01-23 01:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.