[webkit-changes] [WebKit/WebKit] 732ecf: Treat 3DES cipher suites as legacy TLS

Alex Christensen noreply at github.com
Fri Jan 10 17:09:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 732ecf6eb4b0a151e66a83de75d68468c3f9ef37
      https://github.com/WebKit/WebKit/commit/732ecf6eb4b0a151e66a83de75d68468c3f9ef37
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h
    M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm

  Log Message:
  -----------
  Treat 3DES cipher suites as legacy TLS
https://bugs.webkit.org/show_bug.cgi?id=285774
rdar://138948491

Reviewed by Chris Dumez.

This treats it the same as TLS 1.0 and 1.1, which cause a warning to be shown
to users in Safari which they can click through if they want to visit a site
that hasn't transitioned to more modern TLS yet.  I also remove the use of
_TLSNegotiatedProtocolVersion which was only needed in OSes before
tls_protocol_version_t was available.

* Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h:
* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:
(checkForLegacyTLS):
(-[WKNetworkSessionDelegate URLSession:task:didReceiveChallenge:completionHandler:]):
(-[WKNetworkSessionDelegate URLSession:dataTask:didReceiveResponse:completionHandler:]):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list