Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bagder
Copy link
Member

@bagder bagder commented Aug 27, 2020

USE_TLS_SRP will be true if any TLS backend can use SRP,
HAVE_OPENSSL_SRP is defined when OpenSSL can use it.

Clarify in the curl_verison_info docs that CURL_VERSION_TLSAUTH_SRP is
set if at least one of the supported backends offers SRP.

Reported-by: Stefan Strogin
Fixes #5865

USE_TLS_SRP will be true if any TLS backend can use SRP,
HAVE_OPENSSL_SRP is defined when OpenSSL can use it.

Clarify in the curl_verison_info docs that CURL_VERSION_TLSAUTH_SRP is
set if at least one of the supported backends offers SRP.

Reported-by: Stefan Strogin
Fixes #5865
@bagder bagder closed this in 68a5132 Aug 28, 2020
@bagder bagder deleted the bagder/openssl-srp branch August 28, 2020 12:14
@ghost
Copy link

ghost commented Oct 19, 2020

Why wasn't this merged? I'm running into the same problem on Gentoo and manually patching up curl for libressl support kinda sucks.
Thanks for taking your time to provide a fix anyway!

@MarcelRaad
Copy link
Member

If you click the link to the commit above, you'll see that this is merged and included in version 7.73.0.

@jzakrzewski
Copy link
Contributor

Why wasn't this merged?

It has been merged. Commit 68a5132 , curl 7.73.0.
Portage has only 7.72.0 marked as stable. You'd have to unmask unstable to get it.

@ghost
Copy link

ghost commented Oct 23, 2020

@jzakrzewski @MarcelRaad
Oops, my intuition told me that because the PR said it has been closed and not merged, it must've not been included in a release. Thanks for the advice as well, I'll be unmasking the newer curl version and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

--with-gnutls --with-openssl enables USE_TLS_SRP, even when OpenSSL/LibreSSL doesn't support it; build fails

3 participants