-
Notifications
You must be signed in to change notification settings - Fork 428
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
Sslprotocol #325
Sslprotocol #325
Conversation
Initial check in for configurable SSLProtocols
Added parametrized test cases
In IBM FIPS environment IBM JRE expects FIPSProvider should be read from JVM config files.
Disabled some test for FIPS env. due to change in logic. Need to write tests for FIPS
Please find attach files for test purpose. |
Codecov Report
@@ Coverage Diff @@
## dev #325 +/- ##
============================================
- Coverage 37.26% 37.14% -0.12%
+ Complexity 1764 1762 -2
============================================
Files 107 107
Lines 24491 24507 +16
Branches 4000 4001 +1
============================================
- Hits 9127 9104 -23
- Misses 13653 13698 +45
+ Partials 1711 1705 -6
Continue to review full report at Codecov.
|
This pull request consists of adding configurable SSLProtocol and removing FIPS validation. Please create 2 different pull requests for SSLProtocol & removing FIPS validation |
Please DO NOT MERGE. This Pull Request is only for review for approach taken for IBM FIPS & SSL Protocol