-
Notifications
You must be signed in to change notification settings - Fork 318
Remove OpenSSL provider #5220
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
Remove OpenSSL provider #5220
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5220 +/- ##
==========================================
+ Coverage 71.71% 71.96% +0.24%
==========================================
Files 337 337
Lines 22793 22661 -132
Branches 3607 3564 -43
==========================================
- Hits 16347 16307 -40
+ Misses 4649 4585 -64
+ Partials 1797 1769 -28
🚀 New features to boost your workflow:
|
Since this PR would remove the CI check |
I will submit a documentation PR to remove any references to |
Created documentation PR: opensearch-project/documentation-website#9588 |
Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Darshit Chanpura <[email protected]>
Description
Support for configuring OpenSSL as a TLS provider was not supported when running with JDK > 11. Since 3.0.0 has minimum compatibility with JDK 21 its no longer possible to configure the OpenSSL provider. I am raising this PR to remove the code around configuring the OpenSSL provider.
Maintenance
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.