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

Cross-platform SqlColumnEncryptionCertificateStoreProvider support #3014

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

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    4782c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3cc2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53b7ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Initial work to enable Unix support.

    * Only allow the use of the CurrentUser location for certificates.
    * Changed the PublishTestResults@2 step to ensure that failed tests are also published.
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    313e6e7 View commit details
    Browse the repository at this point in the history
  2. Moved certificates to external .pfx files, set a password in an effor…

    …t to fix problems importing these files on MacOS
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7d4c221 View commit details
    Browse the repository at this point in the history
  3. Moved certificates to external .pfx files, set a password in an effor…

    …t to fix problems importing these files on MacOS
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    35533a7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/xplat-column-encryption-certificate-store-provider…

    …' of https://github.com/edwardneal/SqlClient into feat/xplat-column-encryption-certificate-store-provider
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d932272 View commit details
    Browse the repository at this point in the history
  5. Added extra Unix-specific exceptions

    Converting more unusually-embedded PFX files into embedded resources
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c199ddd View commit details
    Browse the repository at this point in the history
  6. macOS issue when handling a certificate without a private key.

    Eliminating possibility of a certificate with a private key having been previously added to the user certificate store.
    edwardneal committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bc78fae View commit details
    Browse the repository at this point in the history