🔎 Open source distributed and RESTful search engine.
Go to file
jaymode 44017711e2 remove DHE cipher from default list
This commit removes the DHE cipher from our list of enabled ciphers
due to the recently published Logjam attack. The default configuration
is not susceptible to the Logjam attack, but since we support Java 7
the maximum prime size (768 bit) is considered too weak. Java 8 supports
1024 bit primes, but these are also not ideal and this cipher should not be
used with a prime smaller than 2048 bits.

Closes elastic/elasticsearch#862

Original commit: elastic/x-pack-elasticsearch@9785bf47cf
2015-05-29 13:33:54 -04:00
dev-tools update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
src remove DHE cipher from default list 2015-05-29 13:33:54 -04:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
NOTICE.txt Added unboundID free use license to NOTICE.txt 2015-03-04 10:34:55 +01:00
README.asciidoc Docs: Added SSL certification/CA creation docs 2014-07-23 15:42:10 +02:00
TESTING.asciidoc update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
pom.xml Test: workaround JNA being required on windows now 2015-05-26 15:26:01 -04:00
test-signatures.txt update shield to depend on elasticsearch 2.0 2015-05-26 13:57:58 -04:00
tests.policy Integration with license plugin 2014-12-04 20:49:35 +01:00

README.asciidoc

= Elasticsearch Security Plugin

This plugins adds security features to elasticsearch

You can build the plugin with `mvn package`.

The documentation is put in the `docs/` directory.