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

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

Merged
merged 3 commits into from
May 2, 2019
Merged

Commits on May 2, 2019

  1. tls: simplify enableTrace logic

    PR-URL: nodejs#27497
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig committed May 2, 2019
    Configuration menu
    Copy the full SHA
    b233d02 View commit details
    Browse the repository at this point in the history
  2. tls: support enableTrace in TLSSocket()

    This commit adds the enableTrace option to the TLSSocket
    constructor. It also plumbs the option through other relevant
    APIs.
    
    PR-URL: nodejs#27497
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c6a2fdf View commit details
    Browse the repository at this point in the history
  3. tls,cli: add --trace-tls command-line flag

    This commit adds a --trace-tls command-line flag. The
    purpose is to enable tracing of TLS connections without the
    need to modify existing application code.
    
    PR-URL: nodejs#27497
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    cjihrig committed May 2, 2019
    Configuration menu
    Copy the full SHA
    495822f View commit details
    Browse the repository at this point in the history