Disable EXPORT and LOW SSLv3+ ciphers by default for Argon, v0.12 and v0.10 #85
Closed
Description
OpenSSL-1.0.1s and 1.0.2g disables EXPORT and LOW ciphers in openssl/openssl@abd5d8f .
We missed to add OPENSSL_NO_WEAK_SSL_CIPHERS
at the last upgrading so I would like to add it to config. They are weak ciphers so that they are not included in the default cipher list.
I would like to add this without adding new command line flag even it leads some incpompatibilies because using them is too unsafe like SSLv2.
Ref: nodejs/node#5630
Metadata
Assignees
Labels
No labels
Activity