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

openssl-sys: Provide information about the default certificate paths #2260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 7, 2024

  1. openssl-sys: Provide information about the default certificate paths

    The goal of these functions is to contain the logic implemented by the
    `openssl-probe` crate. The `openssl-sys` crate knows whether we are
    linked against the system OpenSSL library, and if so, it can use it to
    get the correct certificate paths.
    
    If we are using the vendored version, we keep the old insecure behavior
    where we randomly guess paths and hope one works.
    hvenev committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ad2d76c View commit details
    Browse the repository at this point in the history