Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7d61be00ed87662a5412523f7fa001fc36434bf8
      
https://github.com/WebKit/WebKit/commit/7d61be00ed87662a5412523f7fa001fc36434bf8
  Author: Thomas Devoogdt <[email protected]>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/network/soup/AuthenticationChallenge.h
    M Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp
    M Source/WebKit/NetworkProcess/soup/WebSocketTaskSoup.cpp

  Log Message:
  -----------
  [SOUP] WebSocketTask: add client authentication support

https://bugs.webkit.org/show_bug.cgi?id=247608

Reviewed by Carlos Garcia Campos.

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. The implemention in this commit is partial based on 
NetworkDataTaskSoup.

Canonical link: https://commits.webkit.org/256780@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to