Skip to content

tls,cli: add --trace-tls command-line flag

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/tls-trace into master

This PR adds a --trace-tls CLI flag. The purpose is to enable tracing of TLS connections without the need to modify existing application code.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading