From 48f3feed5918554de66cde708c4794cc3d9a79f4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Apr 2001 21:11:34 +0000 Subject: SSL based tests --- tests/data/command300.txt | 1 + tests/data/command400.txt | 1 + tests/data/name300.txt | 1 + tests/data/name400.txt | 1 + tests/data/prot300.txt | 6 ++++++ 5 files changed, 10 insertions(+) create mode 100644 tests/data/command300.txt create mode 100644 tests/data/command400.txt create mode 100644 tests/data/name300.txt create mode 100644 tests/data/name400.txt create mode 100644 tests/data/prot300.txt (limited to 'tests/data') 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, */* + -- cgit v1.2.3