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

test/document TLS authentication, then add support for TRUSTED CERTIFICATE pem headers #24733

Closed
wants to merge 2 commits into from

Commits on Dec 11, 2018

  1. test: test TLS client authentication

    TLS client authentication should be tested, including failure scenarios.
    sam-github committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    df1b12c View commit details
    Browse the repository at this point in the history
  2. tls: support "BEGIN TRUSTED CERTIFICATE" for ca:

    Support the same PEM certificate formats for the ca: option to
    tls.createSecureContext() that are supported by openssl when loading a
    CAfile.
    
    Fixes: nodejs#24761
    sam-github committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c9afb3c View commit details
    Browse the repository at this point in the history