summaryrefslogtreecommitdiff
path: root/tests/data/test1324
Commit message (Collapse)AuthorAgeFilesLines
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-0/+56
| | | | | | | | | | | ... so that IPv6 addresses can be passed like they can for connect-to and how they're used in URLs. Added test 1324 to verify Reported-by: Alex Malinovich Fixes #2087 Closes #2091
* tests: Moved CR LF in URL tests to their respective protocol groupsSteve Holme2013-11-231-29/+0
|
* tests: test CRLF in URLsDaniel Stenberg2012-01-241-0/+29
Related to the security vulnerability: CVE-2012-0036 Bug: http://curl.haxx.se/docs/adv_20120124.html