[webkit-changes] [WebKit/WebKit] 8bec65: [Curl] Represent IPv6 addresses according to RFC 5...

mokjasmine noreply at github.com
Tue Oct 4 16:26:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bec657f93e0bcb721dd1a5f107e867174091976
      https://github.com/WebKit/WebKit/commit/8bec657f93e0bcb721dd1a5f107e867174091976
  Author: mokjasmine <jasmine.mok at sony.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/network/curl/OpenSSLHelper.cpp
    M Source/WebCore/platform/network/curl/OpenSSLHelper.h
    M Tools/TestWebKitAPI/PlatformPlayStation.cmake
    M Tools/TestWebKitAPI/PlatformWin.cmake
    A Tools/TestWebKitAPI/Tests/WebCore/curl/OpenSSLHelperTests.cpp

  Log Message:
  -----------
  [Curl] Represent IPv6 addresses according to RFC 5952 addressing architecture
https://bugs.webkit.org/show_bug.cgi?id=244520

Reviewed by Alex Christensen.

Conform to RFC 5952, https://www.rfc-editor.org/rfc/rfc4291, when displaying certificate
information.

* Source/WebCore/platform/network/curl/OpenSSLHelper.cpp:
(OpenSSL::getSubjectAltName):
(OpenSSL::getIPv6):
* Source/WebCore/platform/network/curl/OpenSSLHelper.h:
* Tools/TestWebKitAPI/PlatformPlayStation.cmake:
* Tools/TestWebKitAPI/PlatformWin.cmake:
* Tools/TestWebKitAPI/Tests/WebCore/curl/OpenSSLHelperTests.cpp: Added.
(TestWebKitAPI::Curl::OpenSSLHelperTests::OpenSSLHelperTests):
(TestWebKitAPI::Curl::TEST):

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




More information about the webkit-changes mailing list