Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
+54
View File
@@ -0,0 +1,54 @@
<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>