55 lines
624 B
Plaintext
55 lines
624 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
GSS-API
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data crlf="headers">
|
|
HTTP/1.1 401 OK
|
|
Date: Tue, 09 Nov 2030 14:49:00 GMT
|
|
Server: test-server/fake
|
|
Content-Length: 7
|
|
WWW-Authenticate: Negotiate
|
|
|
|
nomnom
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
GSS-API
|
|
OpenSSL
|
|
</features>
|
|
<server>
|
|
http
|
|
https
|
|
</server>
|
|
<name>
|
|
Negotiate over HTTPS with channel binding
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<command>
|
|
https://%HOSTIP:%HTTPSPORT/
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<protocol crlf="headers">
|
|
GET / HTTP/1.1
|
|
Host: %HOSTIP:%HTTPSPORT
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|