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

Add cass_ssl_set_default_verify_paths API #474

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2021

  1. Add cass_ssl_set_default_verify_paths API

    Forwards SSL-configuration to use system default directories for
    finding certificate authorities.
    m8mble committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3bea742 View commit details
    Browse the repository at this point in the history
  2. Add unit test for cass_ssl_set_default_verify_paths

    Ensure certificate validation fails prior to calling said
    function, and succeeds afterwards. The used certificate
    is specified to openssl via environment variables.
    m8mble committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    b5ce7e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c133d3d View commit details
    Browse the repository at this point in the history
  4. Add environment debut output

    m8mble committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    685cb7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7172797 View commit details
    Browse the repository at this point in the history
  6. ... with double colon

    m8mble committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    53776dc View commit details
    Browse the repository at this point in the history
  7. ... use putenv on windows

    m8mble committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    50c96ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e9b95a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6c59d7 View commit details
    Browse the repository at this point in the history