ftp
</server>
<name>
-FTP with excessively large number of server command response lines (boundary condition)
+FTP with large number of command response lines (boundary condition)
</name>
<command>
ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
lib576
</tool>
<name>
-FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)
+FTP wildcard download - skip/correctness/FNMATCH_FUNCTION (DOS)
</name>
<command>
ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/*
proxy
</features>
<name>
-HTTP GET request with proxy and --proxy-header "Proxy-Connection: Keep-Alive"
+HTTP GET request with proxy and "Proxy-Connection: Keep-Alive"
</name>
<command>
--proxy http://%HOSTIP:%HTTPPORT --proxy-header "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
http
</server>
<name>
-Access a non-proxied host with using the combination of --proxy option and --noproxy option
+Non-proxied host plus --proxy option and --noproxy option
</name>
<command>
http://user:secret@%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy http://dummy:%NOLISTENPORT/ --noproxy %HOSTIP --max-time 5
http
</server>
<name>
-Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var
+Non-proxied plus --proxy option and NO_PROXY env var
</name>
<setenv>
NO_PROXY=%HOSTIP
http
</server>
<name>
-Access a non-proxied host with using the combination of http_proxy env var and --noproxy option
+Non-proxied host plus http_proxy env var and --noproxy option
</name>
<setenv>
http_proxy=http://dummy:%PROXYPORT/
http
</server>
<name>
-Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var
+Non-proxied host plus http_proxy env var and NO_PROXY env var
</name>
<setenv>
http_proxy=http://dummy:%PROXYPORT/
http
</server>
<name>
-Under condition using --proxy, override NO_PROXY by --noproxy and access target URL directly
+--proxy, override NO_PROXY by --noproxy and access target URL directly
</name>
<setenv>
NO_PROXY=example.com
http
</server>
<name>
-Under condition using --proxy, override NO_PROXY by --noproxy and access target URL through proxy
+--proxy, override NO_PROXY by --noproxy and access target URL through proxy
</name>
<setenv>
NO_PROXY=example.com
http
</server>
<name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL directly
+http_proxy, override NO_PROXY by --noproxy and access target URL directly
</name>
<setenv>
http_proxy=http://%HOSTIP:%HTTPPORT
http
</server>
<name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy
+http_proxy, override NO_PROXY by --noproxy and target URL through proxy
</name>
<setenv>
http_proxy=http://%HOSTIP:%HTTPPORT
http
</server>
<name>
-Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy
+http_proxy, override NO_PROXY by --noproxy and target URL through proxy
</name>
<setenv>
http_proxy=http://%HOSTIP:%HTTPPORT
http
</server>
<name>
---libcurl for HTTP RFC1867-type formposting - -F with 3 files, one with explicit type & encoder
+--libcurl plus -F with 3 files, one with explicit type & encoder
</name>
<setenv>
SSL_CERT_FILE=
lib%TESTNUMBER
</tool>
<name>
-Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED
+Same headers with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED
</name>
<command>
http://the.old.moo.%TESTNUMBER:%HTTPPORT/%TESTNUMBER %HOSTIP:%PROXYPORT
</tool>
<name>
-Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
+Remove easy handle in pending connections doesn't leave dangling entry
</name>
<command>
nothing
</setenv>
<name>
-HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace
+HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 with whitespace
</name>
<tool>
lib%TESTNUMBER
</features>
<name>
-HTTP AWS_SIGV4 with one provider and auth cred via URL, but X-Xxx-Date header set manually
+HTTP AWS_SIGV4 with X-Xxx-Date header set manually
</name>
<tool>
lib%TESTNUMBER
tftp
</server>
<name>
-HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order
+HTTP GET, FTP RETR, FILE, TFTP RRQ then again in rev order
</name>
<command option="no-include">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
sftp
</server>
<name>
-TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
+TFTP RRQ, SFTP, FILE, SCP retrieval then in rev order
</name>
<command option="no-include">
--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt scp://%HOSTIP:%SSHPORT%SCP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --insecure
http-proxy
</server>
<name>
-Connect to specific host via HTTP proxy (switch to tunnel mode automatically)
+--connect-to via HTTP proxy (tunnel mode automatically)
</name>
<command>
http
</server>
<name>
-Connect to specific host: Do not mix connections with and without a "connect to host"
+--connect-to: do not mix connections with and without a "connect to host"
</name>
<command>
socks5
</server>
<name>
-Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)
+--connect-to via SOCKS proxy and HTTP proxy (tunnel mode automatically)
</name>
<features>
proxy
digest
</features>
<name>
-HTTP POST --digest with PUT, resumed upload, modified method and SHA-256
+HTTP Digest with PUT, resumed upload, modified method and SHA-256
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -C 2 -X GET
digest
</features>
<name>
-HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true
+HTTP Digest with PUT, resumed upload, modified method, SHA-256 and userhash
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -C 2 -X GET
sha512-256
</features>
<name>
-HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false
+HTTP Digest with PUT, resumed upload, SHA-512-256, userhash
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -T %LOGDIR/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -C 2 -X GET
sha512-256
</features>
<name>
-HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false
+HTTP with RFC7616 Digest, bad password, SHA-512-256 and userhash
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:test2pass --digest
digest
</features>
<name>
-HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true
+HTTP with RFC7616 Digest, bad password, SHA-256 and userhash
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:test2pass --digest
sha512-256
</features>
<name>
-HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header
+HTTP POST Digest with SHA-512-256, userhash and set Content-Length
</name>
# This test is to ensure 'Content-Length: 0' is sent while negotiating auth
# even when there is a user-specified Content-Length header.
digest
</features>
<name>
-HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header
+HTTP POST Digest with SHA-256, userhash and set Content-Length header
</name>
# This test is to ensure 'Content-Length: 0' is sent while negotiating auth
# even when there is a user-specified Content-Length header.
http
</server>
<name>
-HTTP, proxy, site+proxy auth and Location: to new host using location-trusted
+HTTP, proxy, site+proxy auth and Location: to new host location-trusted
</name>
<command>
http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this --location-trusted
https test-localhost-san-first.pem
</server>
<name>
-HTTPS GET to localhost, first subject alt name matches, CN does not match
+HTTPS localhost, first subaltname matches, CN does not match
</name>
<command>
-4 --cacert %CERTDIR/certs/test-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
https test-localhost-san-last.pem
</server>
<name>
-HTTPS GET to localhost, last subject alt name matches, CN does not match
+HTTPS localhost, last subject alt name matches, CN does not match
</name>
<command>
-4 --cacert %CERTDIR/certs/test-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
smtp
</server>
<name>
-SMTP with multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails
</name>
<stdin>
From: different\r
smtp
</server>
<name>
-SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
</name>
<stdin>
From: different\r
smtp
</server>
<name>
-SMTP with multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails
</name>
<stdin>
From: different\r
smtp
</server>
<name>
-SMTP with multiple and invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails
+SMTP multiple invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails
</name>
<stdin>
From: different\r
https test-localhost-san-first.pem
</server>
<name>
-HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
+HTTPS localhost, first subaltname matches, CN does not match (Schannel)
</name>
<setenv>
# This test is pointless if we are not using the Schannel backend
https test-localhost-san-last.pem
</server>
<name>
-HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
+HTTPS localhost, last subaltname matches, CN does not match (Schannel)
</name>
<setenv>
# This test is pointless if we are not using the Schannel backend
lib%TESTNUMBER
</tool>
<name>
-FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
+FTP wildcard - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)
</name>
<command>
ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
HOME=%PWD/%LOGDIR
</setenv>
<name>
-IPFS with malformed gateway URL from multiline gateway file, first line no url
+IPFS malformed gw URL from multiline gateway file, first line no url
</name>
<command>
ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
imap
</server>
<name>
-IMAP plain authentication with alternative authorization identity (Not authorized)
+IMAP plain auth with alt authorization identity (Not authorized)
</name>
<command>
'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u kurt:xipj3plmq --sasl-authzid ursel
pop3
</server>
<name>
-POP3 plain authentication with alternative authorization identity (Not authorized)
+POP3 plain auth with alt authorization identity (Not authorized)
</name>
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u kurt:xipj3plmq --sasl-authzid ursel
smtp
</server>
<name>
-SMTP plain authentication with alternative authorization identity (Not authorized)
+SMTP plain auth with alt authorization identity (Not authorized)
</name>
<stdin>
mail body
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
-SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
+SMTP VRFY without SMTPUTF8 support - UTF-8 recipient (local part only)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
-SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
+SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (local part only)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren@example.com
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
-SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only)
+SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (host part only)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
-SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
+SMTP without SMTPUTF8 support (IDN) - UTF-8 recipient (host part only)
</name>
<stdin>
From: different\r
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
-SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)
+SMTP external VRFY without SMTPUTF8 (IDN) - UTF-8 recipient (host part)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se