Bug 247608
| Summary: | [SOUP] WebSocketTask: add client authentication support | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thomas Devoogdt <thomas.devoogdt> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=248027 | ||
Thomas Devoogdt
Since version WebKitGTK version 2.2, developers can register a authenticate callback to the WebView. This gives a WebKitAuthenticationRequest which gives a chance to provide certificates with webkit_authentication_request_authenticate. While developing, it turned out that the WebSocket implementation does not handle client certificates.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Thomas Devoogdt
PR: https://github.com/WebKit/WebKit/pull/6245
EWS
Committed 256780@main (7d61be00ed87): <https://commits.webkit.org/256780@main>
Reviewed commits have been landed. Closing PR #6245 and removing active labels.