1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00
curl/docs/cmdline-opts
Johannes Schindelin 5450428491 schannel: add "best effort" revocation check option
- Implement new option CURLSSLOPT_REVOKE_BEST_EFFORT and
  --ssl-revoke-best-effort to allow a "best effort" revocation check.

A best effort revocation check ignores errors that the revocation check
was unable to take place. The reasoning is described in detail below and
discussed further in the PR.

---

When running e.g. with Fiddler, the schannel backend fails with an
unhelpful error message:

	Unknown error (0x80092012) - The revocation function was unable
	to check revocation for the certificate.

Sadly, many enterprise users who are stuck behind MITM proxies suffer
the very same problem.

This has been discussed in plenty of issues:
https://github.com/curl/curl/issues/3727,
https://github.com/curl/curl/issues/264, for example.

In the latter, a Microsoft Edge developer even made the case that the
common behavior is to ignore issues when a certificate has no recorded
distribution point for revocation lists, or when the server is offline.
This is also known as "best effort" strategy and addresses the Fiddler
issue.

Unfortunately, this strategy was not chosen as the default for schannel
(and is therefore a backend-specific behavior: OpenSSL seems to happily
ignore the offline servers and missing distribution points).

To maintain backward-compatibility, we therefore add a new flag
(`CURLSSLOPT_REVOKE_BEST_EFFORT`) and a new option
(`--ssl-revoke-best-effort`) to select the new behavior.

Due to the many related issues Git for Windows and GitHub Desktop, the
plan is to make this behavior the default in these software packages.

The test 2070 was added to verify this behavior, adapted from 310.

Based-on-work-by: georgeok <giorgos.n.oikonomou@gmail.com>
Co-authored-by: Markus Olsson <j.markus.olsson@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

Closes https://github.com/curl/curl/pull/4981
2020-03-18 03:23:39 -04:00
..
abstract-unix-socket.d abstract-unix-socket.d: shorten the help text to fit within 79 cols 2017-05-03 14:22:58 +02:00
alt-svc.d cleanup: fix typos and wording in docs and comments 2020-02-02 18:43:01 +01:00
anyauth.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
append.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
basic.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
cacert.d schannel: stop calling it "winssl" 2019-02-01 08:20:38 +01:00
capath.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
cert-status.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
cert-type.d cmdline-opts/cert-type.d: mention "p12" as a recognized type as well 2018-06-05 14:53:33 +02:00
cert.d schannel: stop calling it "winssl" 2019-02-01 08:20:38 +01:00
ciphers.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
CMakeLists.txt cmake: fixed path used in generation of docs/tests during curl build through add_subdicectory(...) 2018-09-28 16:54:20 +03:00
compressed-ssh.d compressed-ssh.d: "Added: 7.56.0" 2017-08-17 09:49:33 +02:00
compressed.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
config.d curl: use .curlrc (with a dot) on Windows as well 2019-08-20 11:48:49 +02:00
connect-timeout.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
connect-to.d connect-to.d: better language 2017-08-12 17:36:12 +02:00
continue-at.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
cookie-jar.d cmdline-opts: support generating the --help output 2016-11-15 09:08:50 +01:00
cookie.d curl.1: mark the argument to --cookie as <data|filename> 2019-03-14 17:25:40 +01:00
create-dirs.d create-dirs.d: mention the mode 2020-02-12 22:30:45 +01:00
crlf.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
crlfile.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
data-ascii.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
data-binary.d data-binary.d: clarify default content-type is x-www-form-urlencoded 2018-10-03 02:26:28 -04:00
data-raw.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
data-urlencode.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
data.d data.d: remove "Multiple files can also be specified" 2020-01-21 08:39:48 +01:00
delegation.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
digest.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
disable-eprt.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
disable-epsv.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
disable.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
disallow-username-in-url.d option: disallow username in URL 2018-05-31 11:27:16 +02:00
dns-interface.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
dns-ipv4-addr.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
dns-ipv6-addr.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
dns-servers.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
doh-url.d doh-url.d: added in 7.62.0 2019-07-04 14:02:43 +02:00
dump-header.d dump-header.d: spell out that no headers == empty file [ci skip] 2019-06-01 10:42:00 +02:00
egd-file.d cmdline-opts: added some missing info 2016-12-16 22:01:01 +01:00
engine.d cmdline-opts: formatting fixes 2016-12-17 23:56:50 +01:00
etag-compare.d docs: add "added: 7.68.0" to the --etag-* docs 2019-12-02 11:22:32 +01:00
etag-save.d docs: add "added: 7.68.0" to the --etag-* docs 2019-12-02 11:22:32 +01:00
expect100-timeout.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
fail-early.d fail-early.d: fix typos 2017-03-31 22:36:46 -04:00
fail.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
false-start.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
form-string.d mime: use in curl cli tool instead of form API. 2017-09-02 18:17:33 +01:00
form.d form.d: fix two minor typos 2020-01-23 09:28:05 +01:00
ftp-account.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-alternative-to-user.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-create-dirs.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-method.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-pasv.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-port.d docs: fix typos 2018-04-17 15:32:51 -04:00
ftp-pret.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-skip-pasv-ip.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-ssl-ccc-mode.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-ssl-ccc.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ftp-ssl-control.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
gen.pl cmdline-opts/gen.pl: define the correct varname 2018-11-26 09:56:49 +01:00
get.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
globoff.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
happy-eyeballs-timeout-ms.d url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT 2018-02-20 17:51:43 -05:00
haproxy-protocol.d docs: mention HAproxy protocol "version 1" 2018-05-18 17:48:40 +02:00
head.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
header.d curl: allow --header and --proxy-header read from file 2017-06-15 11:09:40 +02:00
help.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
hostpubmd5.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
http0.9.d http09: disable HTTP/0.9 by default in both tool and library 2019-08-06 00:08:14 +02:00
http1.0.d cmdline-opts: support generating the --help output 2016-11-15 09:08:50 +01:00
http1.1.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
http2-prior-knowledge.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
http2.d CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly 2019-08-08 08:17:24 +02:00
http3.d docs: fix typos 2019-11-20 09:59:05 +01:00
ignore-content-length.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
include.d include.d: clarify --include is only for response headers 2017-07-30 02:29:36 -04:00
insecure.d insecure.d: clarify that this is for server connections 2017-03-08 09:17:32 +01:00
interface.d docs: fix typos 2018-04-17 15:32:51 -04:00
ipv4.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
ipv6.d curl.1: --ipv6 mutexes ipv4 (fixed typo) 2018-10-26 08:45:08 +02:00
junk-session-cookies.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
keepalive-time.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
key-type.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
key.d docs: Fix missing lines caused by undefined macros 2019-07-15 02:39:35 -04:00
krb.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
libcurl.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
limit-rate.d tool_getparam: Support size modifiers for --max-filesize 2017-12-26 02:01:48 -05:00
list-only.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
local-port.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
location-trusted.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
location.d location.d: the method change is from POST to GET only 2020-01-28 12:58:33 +01:00
login-options.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
mail-auth.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
mail-from.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
mail-rcpt-allowfails.d smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
mail-rcpt.d mail-rcpt.d: fix short-text description 2018-01-07 01:04:36 -05:00
Makefile.am curl.1: depend the build on the Makefile.inc too 2017-05-08 15:11:11 +02:00
Makefile.inc schannel: add "best effort" revocation check option 2020-03-18 03:23:39 -04:00
MANPAGE.md MANPAGE: clarify the dash situation in meta data 2017-03-08 09:20:36 +01:00
manual.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
max-filesize.d tool_getparam: Support size modifiers for --max-filesize 2017-12-26 02:01:48 -05:00
max-redirs.d docs: update max-redirs.d phrasing 2019-03-01 09:26:33 +01:00
max-time.d tool_help: clarify --max-time unit of time is seconds 2018-04-21 14:19:37 -04:00
metalink.d whitespace fixes 2018-09-23 22:24:02 +00:00
negotiate.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
netrc-file.d netrc: don't ignore the login name specified with "--user" 2018-11-05 20:34:01 +01:00
netrc-optional.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
netrc.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
next.d next.d: --trace and --trace-ascii are also global 2017-01-13 15:34:01 +01:00
no-alpn.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
no-buffer.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
no-keepalive.d no-keepalive.d: fix typo 2017-03-03 02:37:43 -05:00
no-npn.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
no-progress-meter.d docs: document it as --no-progress-meter instead of the reverse 2019-10-09 10:07:02 +02:00
no-sessionid.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
noproxy.d bump: next release will be 7.53.0 2017-01-16 08:34:15 +01:00
ntlm-wb.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
ntlm.d curl.1: Fix cmdline-opts reference errors. 2018-05-28 15:02:03 +02:00
oauth2-bearer.d oauth2-bearer.d: works for HTTP too 2020-01-29 07:50:44 +01:00
output.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
page-footer cmdline-opts/page-footer: fix edit mistake 2018-08-25 23:37:00 +02:00
page-header curl.1: clarify that options and URLs can be mixed 2018-04-23 13:48:14 +02:00
parallel-immediate.d curl: add --parallel-immediate 2019-11-21 16:36:10 +01:00
parallel-max.d curl: support parallel transfers 2019-07-20 19:14:16 +02:00
parallel.d curl: support parallel transfers 2019-07-20 19:14:16 +02:00
pass.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
path-as-is.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
pinnedpubkey.d wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
post301.d cmdline-opts/post30X.d: fix the RFC references 2016-12-18 00:42:36 +01:00
post302.d cmdline-opts/post30X.d: fix the RFC references 2016-12-18 00:42:36 +01:00
post303.d post303.d: clarify that this is an RFC violation 2018-07-10 10:08:07 +02:00
preproxy.d cmdline-opts/socks*: Mention --preproxy in --socks* opts 2017-02-09 18:26:16 -05:00
progress-bar.d spelling fixes 2018-02-23 23:29:01 +00:00
proto-default.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
proto-redir.d libcurl: Restrict redirect schemes (follow-up) 2019-07-17 00:48:40 -04:00
proto.d docs: Fix missing lines caused by undefined macros 2019-07-15 02:39:35 -04:00
proxy1.0.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-anyauth.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-basic.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-cacert.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-capath.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-cert-type.d docs: fix typos 2018-04-17 15:32:51 -04:00
proxy-cert.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
proxy-ciphers.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-crlfile.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-digest.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-header.d curl: allow --header and --proxy-header read from file 2017-06-15 11:09:40 +02:00
proxy-insecure.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-key-type.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-key.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-negotiate.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-ntlm.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-pass.d cmdline-opts: formatting fixes 2016-12-17 23:56:50 +01:00
proxy-pinnedpubkey.d curl: add --proxy-pinnedpubkey 2018-01-30 08:00:31 +01:00
proxy-service-name.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
proxy-ssl-allow-beast.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
proxy-tls13-ciphers.d tls13-docs: mention it is only for OpenSSL >= 1.1.1 2019-06-02 16:15:45 +02:00
proxy-tlsauthtype.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-tlspassword.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-tlsuser.d cmdline-opts/proxy-tlsuser.d: remove trailing .d 2016-12-17 18:13:47 +01:00
proxy-tlsv1.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
proxy-user.d curl.1: --user and --proxy-user are hidden from ps output 2019-03-14 20:09:41 +01:00
proxy.d docs: Add more HTTPS proxy documentation 2017-02-06 03:13:42 -05:00
proxytunnel.d cmdline-opts/proxytunnel.d: the option tunnnels all protocols 2019-03-08 23:19:11 +01:00
pubkey.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
quote.d quote.d: asterisk prefix works for SFTP as well 2019-06-13 08:48:46 +02:00
random-file.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
range.d docs: fix typos 2018-04-17 15:32:51 -04:00
raw.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
referer.d cmdline-opts: fixed a few typos 2017-03-11 11:44:18 +01:00
remote-header-name.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
remote-name-all.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
remote-name.d cmdline-docs: more conversion 2016-11-16 15:15:57 +01:00
remote-time.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
request-target.d request-target.d: mention added in 7.55.0 2017-08-22 14:48:33 +02:00
request.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
resolve.d hostip: support wildcard hosts 2018-12-27 14:23:53 +01:00
retry-connrefused.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
retry-delay.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
retry-max-time.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
retry.d curl: make use of CURLINFO_RETRY_AFTER when retrying 2019-08-07 14:45:44 +02:00
sasl-authzid.d curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool 2019-08-06 11:38:41 -04:00
sasl-ir.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
service-name.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
show-error.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
silent.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
socks4.d cmdline-opts/socks*: Mention --preproxy in --socks* opts 2017-02-09 18:26:16 -05:00
socks4a.d cmdline-opts/socks*: Mention --preproxy in --socks* opts 2017-02-09 18:26:16 -05:00
socks5-basic.d curl --socks5-{basic,gssapi}: control socks5 auth 2017-06-28 08:03:00 +02:00
socks5-gssapi-nec.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
socks5-gssapi-service.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
socks5-gssapi.d curl --socks5-{basic,gssapi}: control socks5 auth 2017-06-28 08:03:00 +02:00
socks5-hostname.d cmdline-opts/socks*: Mention --preproxy in --socks* opts 2017-02-09 18:26:16 -05:00
socks5.d cmdline-opts/socks*: Mention --preproxy in --socks* opts 2017-02-09 18:26:16 -05:00
speed-limit.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
speed-time.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
ssl-allow-beast.d cmdline-opts: more command line options documented 2016-11-28 00:50:25 +01:00
ssl-no-revoke.d schannel: stop calling it "winssl" 2019-02-01 08:20:38 +01:00
ssl-reqd.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
ssl-revoke-best-effort.d schannel: add "best effort" revocation check option 2020-03-18 03:23:39 -04:00
ssl.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
sslv2.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
sslv3.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
stderr.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
styled-output.d curl: added --styled-output 2018-05-21 20:29:12 +02:00
suppress-connect-headers.d url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS 2017-03-12 01:32:33 -05:00
tcp-fastopen.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
tcp-nodelay.d cmdline-opts: fixed a few typos 2017-03-11 11:44:18 +01:00
telnet-option.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
tftp-blksize.d docs: fix cmdline-opts metadata headers case consistency. 2018-05-28 15:02:03 +02:00
tftp-no-options.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
time-cond.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
tls13-ciphers.d tls13-docs: mention it is only for OpenSSL >= 1.1.1 2019-06-02 16:15:45 +02:00
tls-max.d docs: fix the --tls-max description 2018-12-13 08:35:55 +01:00
tlsauthtype.d tlsauthtype.d: works only if libcurl is built with TLS-SRP support 2018-02-12 18:09:54 +01:00
tlspassword.d docs: TLS SRP doesn't work with TLS 1.3 2019-12-16 16:03:22 +01:00
tlsuser.d docs: TLS SRP doesn't work with TLS 1.3 2019-12-16 16:03:22 +01:00
tlsv1.0.d docs: Explain behavior change in --tlsv1. options since 7.54 2019-07-17 00:48:41 -04:00
tlsv1.1.d docs: Explain behavior change in --tlsv1. options since 7.54 2019-07-17 00:48:41 -04:00
tlsv1.2.d docs: Explain behavior change in --tlsv1. options since 7.54 2019-07-17 00:48:41 -04:00
tlsv1.3.d curl: update --tlsv* descriptions in --help output 2018-09-16 23:40:01 +02:00
tlsv1.d openssl: allow TLS 1.3 by default 2018-06-29 09:15:34 +02:00
tr-encoding.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
trace-ascii.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
trace-time.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
trace.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
unix-socket.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
upload-file.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00
url.d docs: add warnings about FILE: URLs on Windows 2020-03-13 16:56:41 +01:00
use-ascii.d cmdline-opts/gen.pl: Open input files in CRLF mode 2017-01-23 13:57:54 +01:00
user-agent.d user-agent.d:: mention --proxy-header as well 2018-03-15 23:52:43 +01:00
user.d curl.1: --user and --proxy-user are hidden from ps output 2019-03-14 20:09:41 +01:00
verbose.d cmdline-docs: more options converted over 2016-11-16 10:42:51 +01:00
version.d docs/version.d: mention MultiSSL 2019-01-03 15:45:18 +01:00
write-out.d writeout: support to generate JSON output 2020-03-17 15:01:28 +01:00
xattr.d cmdline-docs: more options converted and fixed 2016-11-28 09:53:15 +01:00