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

Load certificates from systems keychain on darwin #8844

Merged
merged 2 commits into from
Nov 27, 2024

Commits on Sep 22, 2024

  1. Load certificates from systems keychain on darwin

    The systems root keychain contains well know root certificates,
    yet is non-modifiable. As such, internal CA certificates (both root
    and intermediate) tend to get installed into the systems keychain
    in the context of an private organization. Not loading certs
    from this keychain results in differing behavior from other tools
    (e.g., openssl, curl, etc.). This commit changes to that so that
    ssl in conjunction with public key just works in such environments.
    starbelly committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dcc396a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    e461e03 View commit details
    Browse the repository at this point in the history