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

Test adjustments for FIPS 140 in Java 8 #52211

Closed
wants to merge 6 commits into from

Commits on Feb 11, 2020

  1. Test adjustments for FIPS 140 in Java 8

    This commit touches many of our tests but the changes are actually
    few. Setting xpack.security.ssl.diagnose.trust to true
    wraps SunJSSE TrustManager with our own DiagnosticTrustManager and
    this is not allowed when SunJSSE is in FIPS mode. So when we
    use SunJSSE in FIPS mode ( currently only when running our tests
    with FIPS mode on for Java 8 runtime ), we need to make sure that
    the Diagnostic TrustManager is not enabled. This change
    ensures that whenever a new SSLService is to be created, we
    explicitly pass xpack.security.ssl.diagnose.trust=false in the
    settings used for the SSLService, when we run in FIPS mode in
    Java 8.
    jkakavas committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    1d5f2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b023f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Fix test

    jkakavas committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    633fb3a View commit details
    Browse the repository at this point in the history
  2. failing test

    jkakavas committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e8c278f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. address feedback

    jkakavas committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    31f796f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd52078 View commit details
    Browse the repository at this point in the history