~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test509

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Server-side
 
3
<reply>
 
4
<data>
 
5
HTTP/1.1 200 OK
 
6
Date: Thu, 09 Nov 2010 14:49:00 GMT
 
7
Server: localhost:8433
 
8
Content-length:6
 
9
 
 
10
Hello
 
11
</data>
 
12
<datacheck>
 
13
Hello
 
14
</datacheck>
 
15
</reply>
 
16
 
 
17
#
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
https
 
22
</server>
 
23
<features>
 
24
SSL
 
25
</features>
 
26
<tool>
 
27
lib509
 
28
</tool>
 
29
 
 
30
 <name>
 
31
simple HTTPS GET and URL redirect in certificate
 
32
 </name>
 
33
 <command>
 
34
https://localhost:%HTTPSPORT/dvcs
 
35
</command>
 
36
</client>
 
37
 
 
38
#
 
39
# Verify data after the test has been "shot"
 
40
<verify>
 
41
<strip>
 
42
^User-Agent:.*
 
43
</strip>
 
44
<protocol>
 
45
GET /509 HTTP/1.1
 
46
Host: localhost:8433
 
47
Pragma: no-cache
 
48
Accept: */*
 
49
 
 
50
</protocol>
 
51
</verify>