[webkit-changes] [WebKit/WebKit] 2f3f2e: [Curl] Remove unused functions from CurlSSLHandle
Kenji Shukuwa
noreply at github.com
Mon Jun 5 18:49:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2f3f2e9a8c02877a11bbeec4f49353893bb41fd0
https://github.com/WebKit/WebKit/commit/2f3f2e9a8c02877a11bbeec4f49353893bb41fd0
Author: Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M Source/WebCore/platform/network/curl/CurlContext.cpp
M Source/WebCore/platform/network/curl/CurlContext.h
M Source/WebCore/platform/network/curl/CurlSSLHandle.cpp
M Source/WebCore/platform/network/curl/CurlSSLHandle.h
Log Message:
-----------
[Curl] Remove unused functions from CurlSSLHandle
https://bugs.webkit.org/show_bug.cgi?id=257706
Reviewed by Fujii Hironori.
Some functions in CurlSSLHandle and CurlContext are no longer needed.
* Source/WebCore/platform/network/curl/CurlContext.cpp:
(WebCore::CurlHandle::enableSSL):
(WebCore::CurlHandle::setUrl):
(WebCore::CurlHandle::enableSSLForHost): Deleted.
(WebCore::CurlHandle::setSslCert): Deleted.
(WebCore::CurlHandle::setSslCertType): Deleted.
(WebCore::CurlHandle::setSslKeyPassword): Deleted.
* Source/WebCore/platform/network/curl/CurlContext.h:
* Source/WebCore/platform/network/curl/CurlSSLHandle.cpp:
(WebCore::CurlSSLHandle::allowAnyHTTPSCertificatesForHost): Deleted.
(WebCore::CurlSSLHandle::canIgnoreAnyHTTPSCertificatesForHost const): Deleted.
(WebCore::CurlSSLHandle::setClientCertificateInfo): Deleted.
(WebCore::CurlSSLHandle::getSSLClientCertificate const): Deleted.
* Source/WebCore/platform/network/curl/CurlSSLHandle.h:
Canonical link: https://commits.webkit.org/264883@main
More information about the webkit-changes
mailing list