mirror of
https://github.com/curl/curl.git
synced 2026-06-23 16:05:39 +03:00
tests: Made the crypto test feature usable
This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time
This commit is contained in:
parent
184c3e2d37
commit
4b4e8a5853
9 changed files with 15 additions and 8 deletions
|
|
@ -63,6 +63,9 @@ ok
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST --digest with PUT and resumed upload and modified method
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -62,6 +62,9 @@ ok
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST --digest with PUT and resumed upload and modified method, twice
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -29,9 +29,6 @@ Content-Length: 0
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
<name>
|
||||
HTTP GET with unexpected 1xx response
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ http
|
|||
lib547
|
||||
</tool>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy auth Digest with POST data from read callback
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -56,6 +56,9 @@ ok
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
# tool is what to use instead of 'curl'
|
||||
<tool>
|
||||
lib565
|
||||
|
|
|
|||
|
|
@ -56,6 +56,9 @@ ok
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
crypto
|
||||
</features>
|
||||
# tool is what to use instead of 'curl'
|
||||
<tool>
|
||||
lib579
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue