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

crypto: Use system CAs instead of using bundled ones #11794

Closed
wants to merge 1 commit into from

Commits on Mar 10, 2017

  1. crypto: Use system CAs instead of using bundled ones

    NodeJS can already use an external, shared OpenSSL library. This
    library knows where to look for OS managed certificates. Allow
    a compile-time option to use this CA store by default instead of
    using bundled certificates.
    
    In case when using bundled OpenSSL, the paths are also valid for
    majority of Linux systems without additional intervention. If
    this is not set, we can use SSL_CERT_DIR to point it to correct
    location.
    
    Fixes: nodejs#3159
    PR-URL: nodejs#8334
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    AdamMajer authored and sgallagher committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    3561c30 View commit details
    Browse the repository at this point in the history