Commit 4b4e8a58 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: Made the crypto test feature usable

This feature specifies the availability of cryptographic
authentication, which can be disabled at compile-time
parent 184c3e2d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1026,7 +1026,6 @@ REDUCING SIZE
   command line.  Following is a list of appropriate key words:

     --disable-cookies          !cookies
     --disable-crypto-auth      !HTTP\ Digest\ auth !HTTP\ proxy\ Digest\ auth
     --disable-manual           !--manual
     --disable-proxy            !HTTP\ proxy !proxytunnel !SOCKS4 !SOCKS5

+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@ ok
<server>
http
</server>
<features>
crypto
</features>
 <name>
HTTP POST --digest with PUT and resumed upload and modified method
 </name>
+3 −0
Original line number Diff line number Diff line
@@ -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>
+0 −3
Original line number Diff line number Diff line
@@ -29,9 +29,6 @@ Content-Length: 0
<server>
http
</server>
<features>
crypto
</features>
 <name>
HTTP GET with unexpected 1xx response
 </name>
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ http
lib547
</tool>
<features>
crypto
</features>
 <name>
HTTP proxy auth Digest with POST data from read callback
Loading