Skip to content
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

curl: warn on unsupported SSL options including --ciphers, --tls13-ciphers #14406

Closed
wants to merge 2 commits into from

Conversation

jan2000
Copy link
Contributor

@jan2000 jan2000 commented Aug 5, 2024

In curl warn when trying to use an option that is not supported by the SSL backend.

In libcurl added SSLSUPP_CIPHER_LIST flag to be able to differentiate SSL backends that support CURLOPT_SSL_CIPHER_LIST.

Added SSLSUPP_CIPHER_LIST so be able to differniate SSL Backends
that support CURLOPT_SSL_CIPHER_LIST.
@jan2000
Copy link
Contributor Author

jan2000 commented Aug 5, 2024

@icing This is partly of what is mentioned in #14106

@jan2000 jan2000 force-pushed the tls12-ciphers-supported branch 2 times, most recently from 5717172 to 8124470 Compare August 5, 2024 23:03
@jan2000 jan2000 marked this pull request as draft August 5, 2024 23:07
@jan2000 jan2000 force-pushed the tls12-ciphers-supported branch 2 times, most recently from b99fd72 to dbf2a02 Compare August 5, 2024 23:45
@jan2000 jan2000 marked this pull request as ready for review August 6, 2024 00:53
@bagder bagder added the TLS label Aug 6, 2024
@bagder bagder closed this in 5c2ab55 Aug 7, 2024
bagder pushed a commit that referenced this pull request Aug 7, 2024
@bagder
Copy link
Member

bagder commented Aug 7, 2024

Thanks!

@jan2000 jan2000 deleted the tls12-ciphers-supported branch August 13, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants