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

SNOW-896818 Limited support for encrypted private keys #1671

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Mar 19, 2024

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

Commits on Apr 12, 2024

  1. SNOW-896818 Decrypt Private Keys With BouncyCastle

    Added the JVM argument -Dnet.snowflake.jdbc.enableBouncyCastle to allow the JDBC
    driver to leverage the BouncyCastle provider to decrypt private keys instead of
    using the default security providers in the JDK. This helps work around a
    limitation with being able to decrypt private keys with PBES2 parameters.
    Ref: https://bugs.openjdk.org/browse/JDK-8228481
    sfc-gh-wfateem committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e0b1a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c2328 View commit details
    Browse the repository at this point in the history