Updated the test harness to add a new "crypto" feature check and updated the

appropriate test case to use it.  For now, this is treated the same as the
"SSL" feature because curl doesn't list it separately.
This commit is contained in:
Dan Fandrich
2007-03-09 23:39:42 +00:00
parent 1e55ed5c7d
commit e12d46ac50
19 changed files with 63 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ This IS the second real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with Digest authorization with stale=true
</name>

View File

@@ -53,6 +53,9 @@ This IS the real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP PUT with --anyauth authorization (picking Digest)
</name>

View File

@@ -32,6 +32,9 @@ Nice auth sir!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with proxy-requiring-Basic to site-requiring-Digest
</name>

View File

@@ -46,6 +46,9 @@ Nice auth sir!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with proxy-requiring-Digest to site-requiring-Digest
</name>

View File

@@ -41,6 +41,9 @@ content for you
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST --digest to server not requiring any auth at all
</name>

View File

@@ -16,6 +16,9 @@ Content-Type: text/html; charset=iso-8859-1
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST --digest to server doing a 302-location response
</name>

View File

@@ -53,6 +53,9 @@ daniel
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP proxy CONNECT auth Digest
</name>

View File

@@ -41,6 +41,9 @@ ok
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST --digest
</name>

View File

@@ -51,6 +51,9 @@ ok
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST --digest with server doing a 100 before 401 response
</name>

View File

@@ -53,6 +53,9 @@ ok
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST multipart without Expect: header using proxy anyauth (Digest)
</name>

View File

@@ -50,6 +50,9 @@ ok
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP POST multipart with Expect: header using proxy anyauth (Digest)
</name>

View File

@@ -51,6 +51,9 @@ This IS the real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with two Digest authorization headers
</name>

View File

@@ -51,6 +51,9 @@ This IS the real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with Digest authorization
</name>

View File

@@ -51,6 +51,9 @@ This is not the real page either
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with Digest authorization with bad password
</name>

View File

@@ -53,6 +53,9 @@ This IS the real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP with Digest *OR* Basic authorization
</name>

View File

@@ -55,6 +55,9 @@ This IS the real page!
<server>
http
</server>
<features>
crypto
</features>
<name>
HTTP PUT with Digest authorization
</name>