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

Env CURL_SSL_BACKEND is undocumented #2209

Closed
jay opened this issue Jan 2, 2018 · 4 comments
Closed

Env CURL_SSL_BACKEND is undocumented #2209

jay opened this issue Jan 2, 2018 · 4 comments

Comments

@jay
Copy link
Member

jay commented Jan 2, 2018

Although multi-ssl builds of the curl tool are shipping it's not documented how to change the SSL backend that curl will use. I recently answered a question on curl-users about a curl with multissl, and it was kind of a lot to explain.

We should explain somewhere that setting CURL_SSL_BACKEND can change the SSL library. Also, I'm not convinced that it's intuitive to show the inactive SSL libraries in parentheses. Maybe we should do it like

curl 7.57.0 (i686-w64-mingw32) libcurl/7.57.0 OpenSSL/1.0.2h zlib/1.2.8 WinIDN libssh2/1.7.0_DEV
MultiSSL: OpenSSL/1.0.2h (enabled), WinSSL
Release-Date: 2017-11-30
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL libz TLS-SRP HTTPS-proxy MultiSSL

?

/cc @dscho

@bagder
Copy link
Member

bagder commented Jan 20, 2018

The CURL_SSL_BACKEND variable is now documented in the brand new libcurl-env.3 man page. View it online here!

@bagder
Copy link
Member

bagder commented Jan 25, 2018

The missing docs is the title of this issue, which is now fixed so closing...

@bagder bagder closed this as completed Jan 25, 2018
@jay
Copy link
Member Author

jay commented Jan 25, 2018

I still could use some feedback from you guys regarding splitting up the multissl in a separate line. Also what would you think if I add the ssl backend names to that doc?

@bagder
Copy link
Member

bagder commented Jan 25, 2018

Fire away a PR and we can see how it looks. I think it sounded like a good idea!

@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants