Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 1708) sorted by relevance

12345678910>>...69

/curl/.github/workflows/
H A Ddistcheck.yml23 maketgz-and-verify-in-tree:
65 verify-out-of-tree-docs:
68 needs: maketgz-and-verify-in-tree
88 verify-out-of-tree-autotools-debug:
91 needs: maketgz-and-verify-in-tree
109 verify-out-of-tree-cmake:
112 needs: maketgz-and-verify-in-tree
124 name: 'verify out-of-tree cmake build'
129 needs: maketgz-and-verify-in-tree
151 - name: 'verify release tarballs'
[all …]
/curl/tests/data/
H A Dtest191118 verify that curl_easy_setopt() rejects too long string inputs
27 <verify>
28 </verify>
H A Dtest68620 verify return code for missing URL after --next
29 <verify>
33 </verify>
H A Dtest50532 to verify
42 <verify>
50 to verify
68 </verify>
H A Dtest310233 verify certificate chain order with simple HTTPS GET
42 <verify>
49 </verify>
H A Dtest155529 verify api is protected against calls from callbacks
39 <verify>
50 </verify>
H A Dtest30631 verify
55 <verify>
63 </verify>
H A Dtest139422 <verify>
25 </verify>
H A Dtest46023 <verify>
27 </verify>
H A Dtest159727 <verify>
31 </verify>
H A Dtest127834 verify extra --no-remote-name
43 <verify>
47 </verify>
H A Dtest57339 verify connect time with multi interface
47 <verify>
54 </verify>
H A Dtest54132 to verify
42 <verify>
59 </verify>
H A Dtest59536 verify close callbacks with passive FTP
45 <verify>
59 </verify>
H A Dtest132330 <verify>
31 </verify>
H A Dtest12912 # This test case is primarily meant to verify that parsing and adding the 100K
39 <verify>
43 </verify>
H A Dtest114432 verify
60 <verify>
71 </verify>
H A Dtest99225 SASL verify default mechanisms are reset by login options
37 <verify>
51 </verify>
H A Dtest230837 verify return code when write callback returns error
46 <verify>
56 </verify>
H A Dtest59636 verify close callbacks with active FTP
45 <verify>
62 </verify>
H A Dtest191829 <verify>
32 </verify>
H A Dtest153024 <verify>
29 </verify>
/curl/tests/unit/
H A Dunit1652.c90 static int verify(const char *info, const char *two) in verify() function
104 fail_unless(verify(output, input) == 0, "Simple string test");
108 fail_unless(verify(output, "Simple Test 42 testing 43\n") == 0,
115 fail_unless(verify(output, "(nil)") == 0, "Passing NULL as string");
122 fail_unless(verify(output, input) == 0, "No truncation of infof input");
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSL_VERIFYHOST.md21 CURLOPT_PROXY_SSL_VERIFYHOST - verify the proxy certificate's name against host
29 long verify);
34 Pass a long set to 2L as asking curl to *verify* in the HTTPS proxy's
48 If *verify* value is set to 1:
58 When the *verify* value is 0L, the connection succeeds regardless of the
61 See also CURLOPT_PROXY_SSL_VERIFYPEER(3) to verify the digital signature
H A DCURLOPT_DOH_SSL_VERIFYHOST.md22 CURLOPT_DOH_SSL_VERIFYHOST - verify the hostname in the DoH SSL certificate
30 long verify);
35 Pass a long set to 2L as asking curl to *verify* the DoH (DNS-over-HTTPS)
49 When the *verify* value is set to 1L it is treated the same as 2L. However
53 When the *verify* value is set to 0L, the connection succeeds regardless of
56 See also CURLOPT_DOH_SSL_VERIFYPEER(3) to verify the digital signature

Completed in 18 milliseconds

12345678910>>...69