summaryrefslogtreecommitdiff
path: root/tests/data/test320
Commit message (Collapse)AuthorAgeFilesLines
* test320: strip out more HTML when comparingDaniel Stenberg2018-10-041-20/+4
| | | | | | | | To make the test case work with different gnutls-serv versions better. Reported-by: Kamil Dudka Fixes #3093 Closes #3094
* test320: fix regression in [ci skip]Viktor Szakats2018-09-241-2/+2
| | | | | | | | The value in question is coming directly from `gnutls-serv`, so it cannot be modified freely. Reported-by: Marcel Raad Ref: https://github.com/curl/curl/commit/6ae6b2a533e8630afbb21f570305bd4ceece6348#commitcomment-30621004
* update URLs in testsViktor Szakats2018-09-231-2/+2
| | | | | | - and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038
* test320: treat curl320.out file as binaryMarcel Raad2018-07-221-1/+1
| | | | | | | Otherwise, LF line endings are converted to CRLF on Windows, but no conversion is done for the reply, so the test case fails. Closes https://github.com/curl/curl/pull/2776
* test320: Expect the Host header to be the first headerDan Fandrich2015-03-131-6/+5
| | | | Required for the test to work after a5d994941c2b.
* test320: strip off the actual negotiated cipher widthDan Fandrich2014-07-151-4/+5
| | | | | It's irrelevant to the test, and will change depending on which SSL library is being used by libcurl.
* tests: adjust for capitalization differences in newer gnutls-servDan Fandrich2014-07-111-2/+3
|
* test320/1/2/4: fix the port number substitution variablesDan Fandrich2014-07-111-2/+2
| | | | These tests have been broken since commit 1958fe57 in Oct. 2011
* Fixed some XML syntax issues in the test dataDan Fandrich2014-01-171-4/+4
| | | | | | | Also, make the ftp server return a canned response that doesn't cause XML verification problems. Although the test file format isn't technically XML, it's still handy to be able to use XML tools to verify and manipulate them.
* test harness: non-stunnel https server integration overhaulYang Tse2011-10-061-1/+1
|
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-0/+95