-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt PEM files with AES #50843
Labels
Comments
jkakavas
changed the title
CertificateGenerateTool.class uses DES-EDE3-CBC
Encrypt PEM files with AES
Jan 10, 2020
Pinging @elastic/es-security (:Security/Network) |
See: |
ywangd
added a commit
to ywangd/elasticsearch
that referenced
this issue
Jan 15, 2020
Replace DES with AES to align with modern encryption standards Resolves: elastic#50843
ywangd
added a commit
that referenced
this issue
Jan 15, 2020
Replace DES with AES to align with modern encryption standards Resolves: #50843
ywangd
added a commit
to ywangd/elasticsearch
that referenced
this issue
Jan 15, 2020
Replace DES with AES to align with modern encryption standards Resolves: elastic#50843
ywangd
added a commit
that referenced
this issue
Jan 16, 2020
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
Replace DES with AES to align with modern encryption standards Resolves: elastic#50843
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elasticsearch-certutil
uses DES-EDE3-CBC for encrypting private keys when writing them to PEM files.It should be considered to move to an AES based one.
The text was updated successfully, but these errors were encountered: