curl/docs
Daniel Stenberg cf65d4237e
curl: ignore options asking for SSLv2 or SSLv3
Instead output a warning about it and continue with the defaults.

These SSL versions are typically not supported by the TLS libraries since a
long time back already since they are inherently insecure and broken. Asking
for them to be used will just cause an error to be returned slightly later.

In the unlikely event that a user's TLS library actually still supports these
protocol versions, this change might make the request a little less insecure.

Closes #6772
2021-04-19 08:14:05 +02:00
..
cmdline-opts curl: ignore options asking for SSLv2 or SSLv3 2021-04-19 08:14:05 +02:00
examples misc: update copyright year ranges to match latest updates 2021-04-13 14:32:30 +02:00
libcurl cookie: CURLOPT_COOKIEFILE set to NULL switches off cookies 2021-04-14 23:09:36 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUG-BOUNTY.md
BUGS.md BUGS: language polish 2021-02-18 08:47:27 +01:00
CHECKSRC.md
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md CODE_STYLE.md: fix broken link to INTERNALS 2021-02-21 23:34:13 +01:00
CONTRIBUTE.md
curl-config.1
CURL-DISABLE.md
DEPRECATE.md
DYNBUF.md
ECH.md
EXPERIMENTAL.md
FAQ vtls: initial implementation of rustls backend 2021-02-09 11:06:18 +01:00
FEATURES.md
GOVERNANCE.md
HELP-US.md
HISTORY.md HISTORY: add two 2021 events 2021-03-29 09:05:12 +02:00
HSTS.md
HTTP2.md HTTP2: remove the outdated remark about multiplexing for the tool 2021-03-16 00:35:38 +01:00
HTTP3.md configure: provide --with-openssl, deprecate --with-ssl 2021-04-15 09:08:34 +02:00
HTTP-COOKIES.md
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md configure: provide --with-openssl, deprecate --with-ssl 2021-04-15 09:08:34 +02:00
INTERNALS.md
KNOWN_BUGS tool_getparam: replace (in-place) '%20' by '+' according to RFC1866 2021-04-15 13:45:12 +02:00
MAIL-ETIQUETTE
Makefile.am copyright: update copyright year ranges to 2021 2021-03-27 23:00:14 +01:00
MANUAL.md
mk-ca-bundle.1
MQTT.md
NEW-PROTOCOL.md
options-in-versions doh: add options to disable ssl verification 2021-02-14 18:20:48 -05:00
PARALLEL-TRANSFERS.md
README.md
RELEASE-PROCEDURE.md RELEASE-PROCEDURE: remove old release dates, add new 2021-02-08 14:04:05 +01:00
ROADMAP.md
RUSTLS.md docs: document version of crustls dependency 2021-03-21 00:16:32 +01:00
SECURITY-PROCESS.md
SSL-PROBLEMS.md docs: Fix typos 2021-02-25 09:28:00 +01:00
SSLCERTS.md
THANKS THANKS: add names from 7.76.1 2021-04-13 14:32:30 +02:00
THANKS-filter
TheArtOfHttpScripting.md
TODO configure: provide --with-openssl, deprecate --with-ssl 2021-04-15 09:08:34 +02:00
URL-SYNTAX.md
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.