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 Windows and MacOS native certificate support #3124

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

Commits on Feb 16, 2024

  1. Add Windows and MacOS native certificate support

    Add three new SSLSocketFactory implementations to support native
    keystores on Windows and Mac.
    
    org.postgresql.ssl.MSCAPILocalMachineSSLFactory
    org.postgresql.ssl.MSCAPISSLFactory
    org.postgresql.ssl.KeychainSSLFactory
    
    Add the sslsubject parameter to limit the chosen certificate where
    more than one certificate might match for a given connection.
    minfrin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    00bf6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a9c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b43fb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ac9f7c View commit details
    Browse the repository at this point in the history
  5. Alphabetise the list.

    minfrin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7d4adac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Capitalise java to Java.

    minfrin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7262faa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix checkstyle

    davecramer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    30087c2 View commit details
    Browse the repository at this point in the history