curl/docs
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
..
cmdline-opts curl.1: fix typo invokved -> invoked 2020-08-27 23:07:39 +02:00
examples Makefile.m32: add ability to override zstd libs [ci skip] 2020-08-22 21:08:28 +00:00
libcurl TLS: fix SRP detection by using the proper #ifdefs 2020-08-28 14:13:05 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUG-BOUNTY.md
BUGS
CHECKSRC.md wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md CODE_REVIEW.md: how to do code reviews in curl 2020-06-13 22:16:58 +02:00
CODE_STYLE.md source cleanup: remove all custom typedef structs 2020-05-15 08:54:42 +02:00
CONTRIBUTE.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
curl-config.1
CURL-DISABLE.md configure: added --disable-get-easy-options 2020-08-27 14:17:42 +02:00
DEPRECATE.md
DYNBUF.md DYNBUF.md: fix a typo: trail => tail 2020-06-24 11:33:02 +02:00
ESNI.md
EXPERIMENTAL.md openssl: Don't ignore CA paths when using Windows CA store 2020-06-22 15:31:38 -04:00
FAQ docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
FEATURES TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
GOVERNANCE.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
HELP-US.md HELP-US: add a section for "smaller tasks" 2020-06-12 15:22:58 +02:00
HISTORY.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
HTTP2.md
HTTP3.md HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 2020-08-27 14:15:25 +02:00
HTTP-COOKIES.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
INSTALL
INSTALL.cmake TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
INSTALL.md TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
INTERNALS.md
KNOWN_BUGS KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses 2020-08-23 00:09:39 +02:00
LICENSE-MIXING.md
MAIL-ETIQUETTE docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
Makefile.am CODE_REVIEW.md: how to do code reviews in curl 2020-06-13 22:16:58 +02:00
MANUAL.md
mk-ca-bundle.1
MQTT.md
options-in-versions docs: --output-dir is added in 7.73.0, nothing else 2020-08-24 22:49:32 +02:00
PARALLEL-TRANSFERS.md
README.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
RELEASE-PROCEDURE.md RELEASE-PROCEDURE.md: add more future release dates 2020-08-17 10:44:10 +02:00
RESOURCES
ROADMAP.md ROADMAP: remove old entries 2020-05-11 10:12:04 +02:00
SECURITY-PROCESS.md docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
SSL-PROBLEMS.md wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
SSLCERTS.md docs: SSLCERTS: fix English syntax 2020-08-28 13:39:09 +02:00
THANKS THANKS: add names from curl 7.72.0 release 2020-08-19 09:37:27 +02:00
THANKS-filter THANKS-filter: Peter Wang 2020-05-08 08:39:17 +02:00
TheArtOfHttpScripting docs: change "web site" to "website" 2020-08-17 00:14:18 +02:00
TODO curl: add --output-dir 2020-08-24 22:41:37 +02:00
VERSIONS.md

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.