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: deprecate undocumented tlsSocket.ssl property, add docs #23915

Closed
wants to merge 3 commits into from

Commits on Nov 1, 2018

  1. tls: deprecate undocumented .ssl property, add docs

    deprecate the legacy undocumented `.ssl` alias for the
    `TLSSocket._handle` and document alternatives. Document
    how to properly use the `TLSSocket` constructor directly.
    
    Updated take on nodejs#10846
    
    Fixes: nodejs#10555
    jasnell committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    4ca0e4c View commit details
    Browse the repository at this point in the history
  2. [Squash] use kHandle

    jasnell committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c82010d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. [Squash] suggestion

    Co-Authored-By: jasnell <jasnell@gmail.com>
    Trott and jasnell authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5116f58 View commit details
    Browse the repository at this point in the history