1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 09:51:46 -05:00
Daniel Stenberg 68a5132474
TLS: fix SRP detection by using the proper #ifdefs
USE_TLS_SRP will be true if *any* selected TLS backend can use SRP

HAVE_OPENSSL_SRP is defined when OpenSSL can use it

HAVE_GNUTLS_SRP is defined when GnuTLS 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
Closes #5870
2020-08-28 14:13:05 +02:00
..
2019-11-28 12:58:47 +01:00
2020-01-16 11:55:56 +01:00
2020-06-24 11:33:02 +02:00
2019-12-06 13:20:30 +01:00
FAQ
2020-08-17 00:14:18 +02:00
2020-03-23 22:22:22 +01:00
2020-04-14 23:08:43 +02:00
2019-11-28 12:58:47 +01:00
2020-08-17 00:14:18 +02:00
2017-12-04 09:15:39 +01:00
2020-05-11 10:12:04 +02:00
2020-08-28 13:39:09 +02:00
2020-05-08 08:39:17 +02:00
2020-08-24 22:41:37 +02:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.