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: support reading multiple cas from one input #4099

Merged
merged 2 commits into from
Dec 8, 2015

Commits on Dec 8, 2015

  1. tools: list missing whitespace/if-one-line cpplint

    Writing `// NOLINT(whitespace/if-one-line)` was not possible because the
    directive was not listed in the list of known lint rules.  You can now.
    
    PR-URL: nodejs#4099
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnoordhuis committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    813e73e View commit details
    Browse the repository at this point in the history
  2. tls: support reading multiple cas from one input

    Before this commit you had to pass multiple CA certificates as an array
    of strings.  For convenience you can now pass them as a single string.
    
    Fixes: nodejs#4096
    PR-URL: nodejs#4099
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnoordhuis committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    82e0974 View commit details
    Browse the repository at this point in the history