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

Consolidate BouncyCastle lookup/fallback logic to JcaTemplate #798

Merged
merged 10 commits into from
Aug 24, 2023

Commits on Aug 18, 2023

  1. Consolidating BouncyCastle lookup/fallback behavior to JcaTemplate to…

    … avoid complexity in Algorithm implementations
    lhazlewood committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e8b6592 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Consolidating BouncyCastle lookup/fallback behavior to JcaTemplate to…

    … avoid complexity in Algorithm implementations
    lhazlewood committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6ac4fd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Added JcaTemplate generateX509Certificate helper method to enable BC-…

    …fallback behavior if necessary
    lhazlewood committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    95b6699 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. - Removed unused/unnecessary code.

    - JcaTemplate tests now up to 100% coverage.
    lhazlewood committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9517f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8297995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5b943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d607e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aca6d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. - Further reducing code dependencies on Providers class. Now only use…

    …d by JcaTemplate, JcaTemplateTest and ProvidersTest
    lhazlewood committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c20d5a7 View commit details
    Browse the repository at this point in the history
  2. - Removed Condition and Conditions concepts - no longer needed now th…

    …at Providers.java no longer requires conditional loading
    lhazlewood committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cbbb871 View commit details
    Browse the repository at this point in the history