-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Commits on Aug 18, 2023
-
Consolidating BouncyCastle lookup/fallback behavior to JcaTemplate to…
… avoid complexity in Algorithm implementations
Configuration menu - View commit details
-
Copy full SHA for e8b6592 - Browse repository at this point
Copy the full SHA e8b6592View commit details
Commits on Aug 20, 2023
-
Consolidating BouncyCastle lookup/fallback behavior to JcaTemplate to…
… avoid complexity in Algorithm implementations
Configuration menu - View commit details
-
Copy full SHA for 6ac4fd8 - Browse repository at this point
Copy the full SHA 6ac4fd8View commit details
Commits on Aug 21, 2023
-
Added JcaTemplate generateX509Certificate helper method to enable BC-…
…fallback behavior if necessary
Configuration menu - View commit details
-
Copy full SHA for 95b6699 - Browse repository at this point
Copy the full SHA 95b6699View commit details
Commits on Aug 22, 2023
-
- Removed unused/unnecessary code.
- JcaTemplate tests now up to 100% coverage.
Configuration menu - View commit details
-
Copy full SHA for 9517f27 - Browse repository at this point
Copy the full SHA 9517f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8297995 - Browse repository at this point
Copy the full SHA 8297995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5b943 - Browse repository at this point
Copy the full SHA 0d5b943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d607e3 - Browse repository at this point
Copy the full SHA 7d607e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca6d68 - Browse repository at this point
Copy the full SHA aca6d68View commit details
Commits on Aug 24, 2023
-
- Further reducing code dependencies on Providers class. Now only use…
…d by JcaTemplate, JcaTemplateTest and ProvidersTest
Configuration menu - View commit details
-
Copy full SHA for c20d5a7 - Browse repository at this point
Copy the full SHA c20d5a7View commit details -
- Removed Condition and Conditions concepts - no longer needed now th…
…at Providers.java no longer requires conditional loading
Configuration menu - View commit details
-
Copy full SHA for cbbb871 - Browse repository at this point
Copy the full SHA cbbb871View commit details