[Webkit-unassigned] [Bug 248165] New: [Curl] Use CURLOPT_CAINFO_BLOB to set Certificate Authority bundle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 23:19:05 PST 2022


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

            Bug ID: 248165
           Summary: [Curl] Use CURLOPT_CAINFO_BLOB to set Certificate
                    Authority bundle
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp

We are currently using the SSL_CTX_load_verify_mem function that is a libressl-specific function to set the Certificate Authority bundle from memory.
However, a similar process can be done with OpenSSL and its forks by using CURLOPT_CAINFO_Blob, which is supported since libcurl 7.77.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221121/e262ee56/attachment.htm>


More information about the webkit-unassigned mailing list