-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
Description
https://github.com/openssl/openssl/blob/8eb399fb25a6ef68b2a9e8d34b242b9767c46abe/CHANGES#L20
Because of this change, we can no longer specify TLS 1.3 ciphers using the --ciphers
switch.
In the latest build of OpenSSL, we can only use the -ciphersuites
to change TLS 1.3 cipher orders, like this:
openssl ciphers -V -ciphersuites "TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384" "DEFAULT"
I suggest adding a --tls13-ciphers
switch to specify TLS1.3-only ciphers.