Searched refs:verify (Results 1 – 25 of 1594) sorted by relevance
12345678910>>...64
/curl/.github/workflows/ |
H A D | distcheck.yml | 23 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 D | test1911 | 18 verify that curl_easy_setopt() rejects too long string inputs 27 <verify> 28 </verify>
|
H A D | test686 | 20 verify return code for missing URL after --next 29 <verify> 33 </verify>
|
H A D | test505 | 32 to verify 42 <verify> 50 to verify 68 </verify>
|
H A D | test3102 | 33 verify certificate chain order with simple HTTPS GET 42 <verify> 49 </verify>
|
H A D | test1555 | 29 verify api is protected against calls from callbacks 39 <verify> 50 </verify>
|
H A D | test306 | 31 verify 55 <verify> 63 </verify>
|
H A D | test1394 | 22 <verify> 25 </verify>
|
H A D | test460 | 23 <verify> 27 </verify>
|
H A D | test1597 | 27 <verify> 31 </verify>
|
H A D | test541 | 32 to verify 42 <verify> 59 </verify>
|
H A D | test573 | 39 verify connect time with multi interface 47 <verify> 54 </verify>
|
H A D | test1278 | 34 verify extra --no-remote-name 43 <verify> 47 </verify>
|
H A D | test595 | 36 verify close callbacks with passive FTP 45 <verify> 59 </verify>
|
H A D | test1323 | 30 <verify> 31 </verify>
|
H A D | test1144 | 32 verify 60 <verify> 71 </verify>
|
H A D | test2308 | 37 verify return code when write callback returns error 46 <verify> 56 </verify>
|
H A D | test1291 | 2 # This test case is primarily meant to verify that parsing and adding the 100K 39 <verify> 43 </verify>
|
H A D | test992 | 25 SASL verify default mechanisms are reset by login options 37 <verify> 51 </verify>
|
H A D | test596 | 36 verify close callbacks with active FTP 45 <verify> 62 </verify>
|
H A D | test829 | 23 <verify> 28 </verify>
|
H A D | test875 | 23 <verify> 28 </verify>
|
/curl/tests/unit/ |
H A D | unit1652.c | 84 static int verify(const char *info, const char *two) in verify() function 107 fail_unless(verify(output, input) == 0, "Simple string test"); 111 fail_unless(verify(output, "Simple Test 42 testing 43\n") == 0, 118 fail_unless(verify(output, "(nil)") == 0, "Passing NULL as string"); 125 fail_unless(verify(output, input) == 0, "No truncation of infof input");
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DOH_SSL_VERIFYHOST.md | 22 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
|
H A D | CURLOPT_PROXY_SSL_VERIFYHOST.md | 21 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
|
Completed in 24 milliseconds
12345678910>>...64