curl/lib/vtls
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
..
bearssl.c bearssl: fix build with disabled proxy support 2020-07-12 16:22:38 +02:00
bearssl.h
gskit.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
gskit.h
gtls.c TLS: fix SRP detection by using the proper #ifdefs 2020-08-28 14:13:05 +02:00
gtls.h
keylog.c
keylog.h
mbedtls_threadlock.c
mbedtls_threadlock.h
mbedtls.c mbedtls: fix build with disabled proxy support 2020-06-26 14:20:20 +02:00
mbedtls.h
mesalink.c tls: provide the CApath verbose log on its own line 2020-08-19 15:55:50 +02:00
mesalink.h
nss.c tls: provide the CApath verbose log on its own line 2020-08-19 15:55:50 +02:00
nssg.h
openssl.c TLS: fix SRP detection by using the proper #ifdefs 2020-08-28 14:13:05 +02:00
openssl.h
schannel_verify.c win32: Add Curl_verify_windows_version() to curlx 2020-08-02 17:58:44 +02:00
schannel.c schannel: fix memory leak when using get_cert_location 2020-08-26 22:54:11 +02:00
schannel.h
sectransp.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
sectransp.h
vtls.c ftp: don't do ssl_shutdown instead of ssl_close 2020-08-10 14:32:06 +02:00
vtls.h ntlm: enable NTLM support with wolfSSL 2020-06-16 09:06:19 +02:00
wolfssl.c tls: provide the CApath verbose log on its own line 2020-08-19 15:55:50 +02:00
wolfssl.h