Revision 6ea0ca498612279833cbfa827906497fd14cc145 authored by MiguelFerreira1998 on 02 August 2021, 04:50:52 UTC, committed by GitHub on 02 August 2021, 04:50:52 UTC
Older versions of OpenSSL (prior to 1.1.0) had a fixed 50 char buffer
for password input.
This means that keys (etc) encrypted with a password > 50 chars
cannot be used by old versions of OpenSSL.

This change adds warnings/prompts when creating encrypted files with
passwords longer than 50 characters in elasticsearch-certutil.

Co-authored-by: Tim Vernum <tim@adjective.org>
1 parent 2dcc337
History
File Mode Size
.ci
.github
.idea
benchmarks
build-conventions
build-tools
build-tools-internal
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.backportrc.json -rw-r--r-- 343 bytes
.dir-locals.el -rw-r--r-- 3.3 KB
.editorconfig -rw-r--r-- 9.0 KB
.git-blame-ignore-revs -rw-r--r-- 530 bytes
.gitattributes -rw-r--r-- 32 bytes
.gitignore -rw-r--r-- 1.2 KB
CONTRIBUTING.md -rw-r--r-- 35.5 KB
LICENSE.txt -rw-r--r-- 546 bytes
NOTICE.txt -rw-r--r-- 228 bytes
README.asciidoc -rw-r--r-- 2.6 KB
TESTING.asciidoc -rw-r--r-- 32.5 KB
Vagrantfile -rw-r--r-- 14.9 KB
build.gradle -rw-r--r-- 18.0 KB
gradle.properties -rw-r--r-- 1.2 KB
gradlew -rwxr-xr-x 5.6 KB
gradlew.bat -rw-r--r-- 2.7 KB
settings.gradle -rw-r--r-- 4.3 KB

README.asciidoc

back to top