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

doc: tls API for direct TLS socket use #10846

Closed
wants to merge 1 commit into from

Commits on Feb 20, 2017

  1. doc: tls API for direct TLS socket use

    Direct use of tls.TLSSocket to start a TLS session over an existing TCP connection was documented.
    
    However, to use this connection securely it is necessary to validate and
    authenticate the peer's certificate, and the documented events and
    properties are implemented only for TLSSockets returned by
    tls.connect(). In order to create secure connections, additional
    undocumented APIs must be used, and these APIs are being called right
    now by npm modules.
    
    Fix: nodejs#10555
    Fix: nodejs#11467
    sam-github committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    67e40ec View commit details
    Browse the repository at this point in the history