~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/data/test324

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTPS
 
5
TLS-SRP
 
6
FAILURE
 
7
</keywords>
 
8
</info>
 
9
 
 
10
# Client-side
 
11
<client>
 
12
<server>
 
13
http+tls-srp
 
14
</server>
 
15
<features>
 
16
TLS-SRP
 
17
</features>
 
18
 <name>
 
19
TLS-SRP with server cert checking
 
20
 </name>
 
21
<command> # no --insecure
 
22
--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT/want/323
 
23
</command>
 
24
</client>
 
25
 
 
26
# Verify data after the test has been "shot"
 
27
<verify>
 
28
<errorcode>
 
29
51
 
30
</errorcode>
 
31
</verify>
 
32
 
 
33
</testcase>