Skip to content

feat: report the negotiated TLS version and cipher - #149

Open
BKPepe wants to merge 1 commit into
librespeed:masterfrom
BKPepe:feat/tls-report
Open

feat: report the negotiated TLS version and cipher#149
BKPepe wants to merge 1 commit into
librespeed:masterfrom
BKPepe:feat/tls-report

Conversation

@BKPepe

@BKPepe BKPepe commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Adds "tls": {"version", "cipher"} to the JSON report and --json-stream result.

The negotiated cipher can significantly affect results on hardware without AES acceleration, especially with TLS 1.3 where the server selects it.

Omitted for plain HTTP; CSV is unchanged.

The debug log already reports the negotiated TLS parameters, but they
are missing from the JSON result. The cipher can significantly affect
results on hardware without AES acceleration, and TLS 1.3 lets the
server select it.

Add the negotiated TLS version and cipher to JSON and --json-stream.
Omitted for plain HTTP; CSV is unchanged.
Copilot AI lite review requested due to automatic review settings August 25, 2026 04:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants