diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:11:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-24 21:11:34 +0000 |
commit | 48f3feed5918554de66cde708c4794cc3d9a79f4 (patch) | |
tree | d45436538e6ac562e4d39ec67156b034efb62556 /tests | |
parent | 4ddb3fbbf431c21e68a9a221324108c83cf31544 (diff) | |
download | curl-48f3feed5918554de66cde708c4794cc3d9a79f4.tar.gz |
SSL based tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/command300.txt | 1 | ||||
-rw-r--r-- | tests/data/command400.txt | 1 | ||||
-rw-r--r-- | tests/data/name300.txt | 1 | ||||
-rw-r--r-- | tests/data/name400.txt | 1 | ||||
-rw-r--r-- | tests/data/prot300.txt | 6 |
5 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/command300.txt b/tests/data/command300.txt new file mode 100644 index 000000000..7531ad7d7 --- /dev/null +++ b/tests/data/command300.txt @@ -0,0 +1 @@ +https://%HOSTIP:%HTTPSPORT/300 diff --git a/tests/data/command400.txt b/tests/data/command400.txt new file mode 100644 index 000000000..9ff4b6992 --- /dev/null +++ b/tests/data/command400.txt @@ -0,0 +1 @@ +ftps://%HOSTIP:%FTPSPORT/ diff --git a/tests/data/name300.txt b/tests/data/name300.txt new file mode 100644 index 000000000..c6cddb219 --- /dev/null +++ b/tests/data/name300.txt @@ -0,0 +1 @@ +simple HTTPS GET diff --git a/tests/data/name400.txt b/tests/data/name400.txt new file mode 100644 index 000000000..148cedd73 --- /dev/null +++ b/tests/data/name400.txt @@ -0,0 +1 @@ +FTP dir list PASV diff --git a/tests/data/prot300.txt b/tests/data/prot300.txt new file mode 100644 index 000000000..b5e6dc1bf --- /dev/null +++ b/tests/data/prot300.txt @@ -0,0 +1,6 @@ +GET /300 HTTP/1.1
+User-Agent: curl/7.7 (i686-pc-linux-gnu) libcurl 7.7.1 (SSL 0.9.5) (ipv6 enabled)
+Host: 127.0.0.1:8433
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
|