Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a -trace option to quicserver to enable tracing of the communication #21800

Closed
wants to merge 3 commits into from

Conversation

mattcaswell
Copy link
Member

Trace output of the communication with the client is dumped to stderr if
the -trace options is supplied

This is useful for debugging purposes. The standard SSL_trace msgcallback
can be used with tserver.
Trace output of the communication with the client is dumped to stderr if
the -trace options is supplied
@mattcaswell mattcaswell added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member tests: exempted The PR is exempt from requirements for testing labels Aug 21, 2023
@t8m
Copy link
Member

t8m commented Aug 21, 2023

CI looks relevant

@mattcaswell
Copy link
Member Author

Fixup pushed addressing CI failure.

@t8m t8m added triaged: feature The issue/pr requests/adds a feature and removed approval: otc review pending This pull request needs review by an OTC member labels Aug 22, 2023
@hlandau hlandau added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Aug 23, 2023
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Aug 24, 2023
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Aug 24, 2023
This is useful for debugging purposes. The standard SSL_trace msgcallback
can be used with tserver.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #21800)
openssl-machine pushed a commit that referenced this pull request Aug 24, 2023
Trace output of the communication with the client is dumped to stderr if
the -trace options is supplied

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #21800)
@mattcaswell
Copy link
Member Author

This was merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch tests: exempted The PR is exempt from requirements for testing triaged: feature The issue/pr requests/adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants