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
jobs.t
scripts
templates.t
views.t
README.md -rw-r--r-- 679 bytes
bwcVersions -rw-r--r-- 545 bytes
dockerOnLinuxExclusions -rw-r--r-- 615 bytes
init.gradle -rw-r--r-- 3.0 KB
java-versions-aarch64.properties -rw-r--r-- 308 bytes
java-versions.properties -rw-r--r-- 313 bytes
make-branch-config.sh -rwxr-xr-x 293 bytes
matrix-runtime-javas-fips.yml -rw-r--r-- 414 bytes
matrix-runtime-javas.yml -rw-r--r-- 414 bytes
os.ps1 -rw-r--r-- 1.3 KB
os.sh -rwxr-xr-x 2.3 KB
packer_cache.sh -rwxr-xr-x 1.9 KB

README.md

back to top