44017711e2
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 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
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.