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

Fixes for CPP-928, and trusted certs #493

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

Commits on Mar 4, 2021

  1. CPP-928 Ensure server name information flows through from contact poi…

    …nt configuration
    
    Previously during Address name resolution, the server name information for a given Address
    was lost. This fix ensures that the server name information flows through during the name
    resolution process for a given Address.
    maxdymond committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c104a38 View commit details
    Browse the repository at this point in the history
  2. Iterate over all certificates in a trusted cert BIO, not just the first

    Previously the code which loaded a trusted certificate from file only
    assumed that there was a single certificate in that file, meaning that
    using a certificate bundle for certificate verification would not work.
    
    This fix allows the driver to read multiple trusted certificates out
    of a BIO and provision them in the trusted certificate store.
    maxdymond committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c130ae4 View commit details
    Browse the repository at this point in the history