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

Support intermediate certs in keyvault jca #41303

Merged
merged 15 commits into from
Sep 10, 2024

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    d111396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b683db5 View commit details
    Browse the repository at this point in the history
  3. Support intermediate certificate for other 3 types of source: JRE, Cl…

    …assPath, SpecificPath.
    rujche committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6ef5a80 View commit details
    Browse the repository at this point in the history
  4. Delete useless java doc.

    rujche committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fb771e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

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

Commits on Jul 29, 2024

  1. Resolve problem: loadCertificatesFromSecretBundleValuePKCS12 failed w…

    …hen cert has un-exportable key.
    rujche committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    88dbeaf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    90a94b1 View commit details
    Browse the repository at this point in the history
  2. Make com.azure.security.keyvault.jca.KeyVaultJcaProvider can be searc…

    …hed by java.util.ServiceLoader.
    rujche committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f1b8f1c View commit details
    Browse the repository at this point in the history
  3. Fix Azure#39590

    rujche committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2a5621e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f70396c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6def01 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Move test pfx files related git ignore configuration from sdk/keyvaul…

    …t/.gitignore to sdk/keyvault/azure-security-keyvault-jca/.gitignore.
    rujche committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    62122d7 View commit details
    Browse the repository at this point in the history
  2. Fix error about "module com.azure.security.keyvault.jca does not read…

    … module java.xml" by adding "requires java.xml" in module-info.java.
    rujche committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f403bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b4229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1214809 View commit details
    Browse the repository at this point in the history