OpenSearch/x-pack/plugin
Ioannis Kakavas 44bd7db59e [TEST] Pass a clientSSLContext in LdapTestCase
If we don't explicitly sett the client SSLSocketFactory when
creating an InMemoryDirectoryServer and setting its SSL config, it
will result in using a TrustAllTrustManager(that extends
X509TrustManager) which is not allowed in a FIPS 140 JVM.
Instead, we get the SSLSocketFactory from the existing SSLContext
and pass that to be used.

Resolves #37013
2018-12-28 11:19:58 +02:00
..
ccr Make SourceToParse immutable (#36971) 2018-12-24 14:06:50 -05:00
core Change missing authn message to not mention tokens (#36750) 2018-12-28 15:26:46 +11:00
deprecation Simplify deprecation issue levels (#36326) 2018-12-07 15:45:53 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm [ILM][TEST] increase assertBusy timeout (#36864) 2018-12-20 08:55:02 -08:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml [ML] Reduce persistent tasks periodic reassignment interval in ... (#36845) 2018-12-20 14:53:36 +02:00
monitoring Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
rollup Fix Rollup's metadata parser (#36791) 2018-12-18 16:35:39 -05:00
security [TEST] Pass a clientSSLContext in LdapTestCase 2018-12-28 11:19:58 +02:00
sql SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
src/test [ML] Resolve 7.0.0 TODOs in ML code (#36842) 2018-12-20 12:49:57 +00:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Scripting: Remove deprecated params.ctx (#36848) 2018-12-20 21:30:24 -06:00
build.gradle Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00