Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 13 of 13) sorted by relevance

/curl/tests/data/
H A Dtest42120 referrer-policy: strict-origin-when-cross-origin
29 strict-transport-security: max-age=31536000; includeSubDomains
32 referrer-policy: strict-origin-when-cross-origin
70 "referrer-policy":["strict-origin-when-cross-origin","strict-origin-when-cross-origin"],
78 "strict-transport-security":["max-age=31536000; includeSubDomains"],
H A Dtest19027 FTP download with strict timeout and slow CWD
H A Dtest108688 FTP download with strict timeout and slow data transfer
H A Dtest111291 FTPS download with strict timeout and slow data transfer
/curl/.github/scripts/
H A Dyamlcheck.sh11 --strict \
/curl/tests/
H A Dconfigurehelp.pm.in27 use strict;
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSL_VERIFYHOST.md79 /* Set the default value: strict name check please */
H A DCURLOPT_PROXY_SSL_VERIFYPEER.md81 /* Set the default value: strict certificate check please */
H A DCURLOPT_SSL_VERIFYPEER.md87 /* Set the default value: strict certificate check please */
H A DCURLOPT_SSL_VERIFYHOST.md99 /* Set the default value: strict name check please */
/curl/m4/
H A Dcurl-compilers.m4535 dnl Select strict ANSI C compiler mode
568 dnl Disable type based strict aliasing optimizations, using worst
809 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [endif-labels strict-prototypes])
988 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [endif-labels strict-prototypes])
1156 tmp_CFLAGS="$tmp_CFLAGS -fno-strict-aliasing"
1212 AC_MSG_CHECKING([if compiler accepts strict warning options])
H A Dcurl-confopts.m4362 AC_MSG_CHECKING([whether to enable strict compiler warnings])
365 AS_HELP_STRING([--enable-warnings],[Enable strict compiler warnings])
366 AS_HELP_STRING([--disable-warnings],[Disable strict compiler warnings]),
/curl/lib/vtls/
H A Dopenssl.c4534 bool strict = (conn_config->verifypeer || conn_config->verifyhost); local
4557 if(!strict)
4601 if(strict)
4642 if(strict)
4654 if(strict)
4665 if(strict)
4687 if(strict)
4730 if(!strict)

Completed in 25 milliseconds