Bug 248297
| Summary: | [Curl] Remove TLS debugging feature | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kenji Shukuwa
WebKit with curl port does not need TLS debugging feature.
This is because libcurl has equivalent or better feature.
https://everything.curl.dev/usingcurl/tls/sslkeylogfile
And that feature is already enabled.
For example, even though ENABLE_TLS_DEBUG is not set to ON,
the SSL key log can be obtained by executing the following command.
---
> set SSLKEYLOGFILE=C:\key_log_file.txt
> MiniBrowser.exe
---
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/6777
EWS
Committed 256984@main (df9af89f177f): <https://commits.webkit.org/256984@main>
Reviewed commits have been landed. Closing PR #6777 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/102638417>