-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
TLS 1.3 specific cipher list (OpenSSL) #2435
Comments
Yes, it seems like we need to follow along here. The question is perhaps if we also should go with |
No. We already have |
You up to writing a PR for this? |
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github
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:I suggest adding a
--tls13-ciphers
switch to specify TLS1.3-only ciphers.The text was updated successfully, but these errors were encountered: