swift-server / swift-server/async-http-client
Add ability to log TLS session keys
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 1.1k
- Forks
- 156
- PR merge metrics
- No merged PRs in 30d
Description
Related to #239, it is occasionally important to observe how the HTTP traffic actually interacted with the network on a live PCAP. A companion feature is therefore to be able to specify a file path to which we can log the TLS session keys.
This and #239 are complementary: #239 is capable of doing things this cannot (such as generating PCAPs for traffic over Unix sockets), and this is capable of doing things #239 cannot (actually logging specific packet details). It'd be useful to have both.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Begin by comparing the proposed TLS session-key logging behavior with related issue #239 and determine where TLS configuration is exposed; done means providing a file-path option that records session keys for live HTTP traffic without conflating this with PCAP generation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100