Searched refs:extension (Results 1 – 25 of 26) sorted by relevance
12
9 Help: Disable the ALPN TLS extension21 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
10 Help: Disable the NPN TLS extension24 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
17 Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
19 Request (aka. OCSP stapling) TLS extension.
20 Status Request (aka. OCSP stapling) TLS extension.
26 extension:
17 Enables the use of Multipath TCP (MPTCP) for connections. MPTCP is an extension
29 Send a GREASE ECH extension
21 option, it uses PORT right away. EPRT is an extension to the original FTP
42 is missing to `curl_response` (without extension) for this situation.
38 my $extension;48 $extension = shift @ARGV;549 if(defined($extension)) {550 $outfile .= $extension;
41 my $extension;
36 using the "Certificate Status Request" TLS extension (aka. OCSP stapling).39 extension, the verification fails.
38 extension (aka. OCSP stapling).43 If this option is enabled and the server does not support the TLS extension,
49 Instructs client to emit a GREASE ECH extension. (The connection fails if ECH
79 TLS extension that sends the hostname to the server. The server may use that
475 PCERT_EXTENSION extension = NULL; in get_alt_name_info() local489 extension = CertFindExtension(szOID_SUBJECT_ALT_NAME2, in get_alt_name_info()492 if(!extension) { in get_alt_name_info()499 extension->Value.pbData, in get_alt_name_info()500 extension->Value.cbData, in get_alt_name_info()
51 extension, or application/octet-stream by default.
34 as an extension of the library loader.
394 extension to the normal functionality, libcurl also supports this file for934 .pac extension) with a JavaScript that when executed by the browser with the1222 work it tries PASV instead. (EPSV is an extension to the original FTP spec
235 call :extension %3 ext263 rem Returns the extension for a given filename.268 :extension label
35 …list(APPEND _picky "-Wno-language-extension-token") # Override default error to make __int64 size…140 -Wlanguage-extension-token # clang 3.0 # Avoid for clang-cl to allow __int64
1716 const char *extension; in Curl_mime_contenttype() member1738 size_t len2 = strlen(ctts[i].extension); in Curl_mime_contenttype()1740 if(len1 >= len2 && strcasecompare(nameend - len2, ctts[i].extension)) in Curl_mime_contenttype()
68 # Add "_imp" as a suffix before the extension to avoid conflicting with
122 13.10 Support Authority Information Access certificate extension (AIA)125 13.14 Support the clienthello extension819 extension order is of course not the only way to fingerprint a client.873 13.10 Support Authority Information Access certificate extension (AIA)901 13.14 Support the clienthello extension906 extension adds padding to avoid that size range.
Completed in 60 milliseconds