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

Remove OpenSSL provider #5220

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Mar 27, 2025

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.

  • Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)

Maintenance

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
  • API changes companion pull request created
  • Commits are signed per the DCO using --signoff

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.

Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (c9e0edc) to head (813d253).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...ensearch/security/ssl/DefaultSecurityKeyStore.java 25.00% 2 Missing and 4 partials ⚠️
.../opensearch/security/ssl/config/SslParameters.java 71.42% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5220      +/-   ##
==========================================
+ Coverage   71.64%   71.98%   +0.33%     
==========================================
  Files         337      337              
  Lines       22789    22657     -132     
  Branches     3606     3563      -43     
==========================================
- Hits        16327    16309      -18     
+ Misses       4659     4571      -88     
+ Partials     1803     1777      -26     
Files with missing lines Coverage Δ
...arch/security/ssl/OpenSearchSecuritySSLPlugin.java 87.39% <ø> (+0.15%) ⬆️
...rg/opensearch/security/ssl/SslSettingsManager.java 76.92% <ø> (+3.84%) ⬆️
...earch/security/ssl/rest/SecuritySSLInfoAction.java 78.33% <ø> (-0.78%) ⬇️
...ensearch/security/ssl/util/SSLConfigConstants.java 77.77% <ø> (-1.39%) ⬇️
.../opensearch/security/ssl/config/SslParameters.java 76.92% <71.42%> (+19.97%) ⬆️
...ensearch/security/ssl/DefaultSecurityKeyStore.java 30.63% <25.00%> (+3.58%) ⬆️

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant