elasticsearch/x-pack/qa/saml-idp-tests
Tim Vernum 76a684ad32
Replace X-Pack SSL config with libs/ssl-config (#76636)
This is the final step in the removal of the X-Pack specific SSL
configuration code (replaced by libs/ssl-config)

For some time we have had two implementations of SSL Configuration
code. One was in org.elasticsearch.xpack.core.ssl, the other in
org.elasticsearch.common.ssl

These two implementations had essentially the same functionality:
- Handle settings such as '*.ssl.certificate`, `*.ssl.key` etc
- Load certificates and keys from PEM files and Keystores
- Build and configure Java class such as SSLContext, KeyManager, etc
  based on the configuration and certificates.

As of this common the X-Pack version is no more, and all SSL
configuration in Elasticsearch is handled by the libs/ssl-config
version instead.

Resolves: #68719
2021-08-20 10:31:02 +10:00
..
src/test/java/org/elasticsearch/xpack/security/authc/saml Replace X-Pack SSL config with libs/ssl-config (#76636) 2021-08-20 10:31:02 +10:00
build.gradle Simplify test only project precommit checks (#74172) 2021-06-22 16:34:07 +02:00