-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Can't set TLS 1.3 ciphers #3178
Labels
Comments
bagder
changed the title
Valid command cannot be performed completely
Can't set TLS 1.3 ciphers
Oct 26, 2018
Try |
bagder
added a commit
that referenced
this issue
Oct 26, 2018
... picked straight from the OpenSSL man page: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html Reported-by: Ricky-Tigg on github Bug: #3178
bagder
added a commit
that referenced
this issue
Oct 26, 2018
When failing to set the 1.3 cipher suite, the wrong string pointer would be used in the error message. Most often saying "(nil)". Reported-by: Ricky-Tigg on github Fixes #3178
Applying that unofficial syntax to TLS 1.3 cipher suites, produced an output expected with official syntax. |
"unofficial" ? That's the cipher names OpenSSL supports. We don't do any translations in between. If you have problem with the names I would suggest you take that discussion with the OpenSSL team. |
bagder
added a commit
that referenced
this issue
Oct 27, 2018
... picked straight from the OpenSSL man page: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html Reported-by: Ricky-Tigg on github Bug: #3178
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
--ciphers
and--tls13-ciphers
– possibly using a command such as 'grep -rnw '/path/to/somewhere/' -e 'pattern'
'. Along with existing options,--exclude
,--include
,--exclude-dir
flags may be used. Involved expressions cannot be found from Fedora system, on which installation locations are as follow:I expected the following
curl -vOLX POST https://www.wireshark.org/download/docs/wsdg_html.zip
does., since server in that case picks up TLSv1.3 / TLS_AES_256_GCM_SHA384 to be used in SSL connection.curl/libcurl version
curl 7.61.1 (x86_64-redhat-linux-gnu) libcurl/7.61.1 OpenSSL/1.1.1 zlib/1.2.11 brotli/1.0.5 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.3/openssl/zlib nghttp2/1.34.0
operating system
Fedora 29
additional information
Following command downloaded the file as intended; yet its output seems to contain an amount the following related expressions that might be non-relevant:
The text was updated successfully, but these errors were encountered: