Bug 248297 - [Curl] Remove TLS debugging feature
Summary: [Curl] Remove TLS debugging feature
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-23 18:30 PST by Kenji Shukuwa
Modified: 2022-11-23 20:50 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenji Shukuwa 2022-11-23 18:30:50 PST
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
---
Comment 1 Kenji Shukuwa 2022-11-23 18:37:51 PST
Pull request: https://github.com/WebKit/WebKit/pull/6777
Comment 2 EWS 2022-11-23 20:49:38 PST
Committed 256984@main (df9af89f177f): <https://commits.webkit.org/256984@main>

Reviewed commits have been landed. Closing PR #6777 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-11-23 20:50:17 PST
<rdar://problem/102638417>