Home
last modified time | relevance | path

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

/curl/docs/cmdline-opts/
H A Dno-alpn.md9 Help: Disable the ALPN TLS extension
21 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
H A Dno-npn.md10 Help: Disable the NPN TLS extension
24 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
H A Dtcp-fastopen.md17 Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
H A Dcert-status.md19 Request (aka. OCSP stapling) TLS extension.
H A Durl-query.md26 extension:
H A Ddoh-cert-status.md20 Status Request (aka. OCSP stapling) TLS extension.
H A Dech.md28 Send a GREASE ECH extension
H A Dmptcp.md17 Enables the use of Multipath TCP (MPTCP) for connections. MPTCP is an extension
H A Ddisable-eprt.md21 option, it uses PORT right away. EPRT is an extension to the original FTP
/curl/scripts/
H A Dcd2nroff38 my $extension;
48 $extension = shift @ARGV;
507 if(defined($extension)) {
508 $outfile .= $extension;
H A Dcd2cd41 my $extension;
/curl/docs/libcurl/opts/
H A DCURLOPT_SSL_VERIFYSTATUS.md35 using the "Certificate Status Request" TLS extension (aka. OCSP stapling).
38 extension, the verification fails.
H A DCURLOPT_DOH_SSL_VERIFYSTATUS.md37 extension (aka. OCSP stapling).
42 If this option is enabled and the server does not support the TLS extension,
H A DCURLOPT_ECH.md48 Instructs client to emit a GREASE ECH extension. (The connection fails if ECH
H A DCURLOPT_SSL_VERIFYHOST.md80 a TLS extension that sends the hostname to the server. The server may use that
/curl/lib/vtls/
H A Dschannel_verify.c357 CERT_EXTENSION *extension = NULL; in cert_get_name_string() local
402 extension = CertFindExtension(szOID_SUBJECT_ALT_NAME2, in cert_get_name_string()
405 if(!extension) { in cert_get_name_string()
415 extension->Value.pbData, in cert_get_name_string()
416 extension->Value.cbData, in cert_get_name_string()
/curl/docs/libcurl/
H A Dcurl_mime_type.md50 extension, or application/octet-stream by default.
H A Dcurl_global_init.md33 as an extension of the library loader.
H A Dlibcurl-tutorial.md393 extension to the normal functionality, libcurl also supports this file for
933 .pac extension) with a JavaScript that when executed by the browser with the
1221 work it tries PASV instead. (EPSV is an extension to the original FTP spec
/curl/projects/
H A Dgenerate.bat235 call :extension %3 ext
263 rem Returns the extension for a given filename.
268 :extension label
/curl/CMake/
H A DPickyWarnings.cmake123 -Wlanguage-extension-token # clang 3.0
/curl/lib/
H A DCMakeLists.txt70 # Add "_imp" as a suffix before the extension to avoid conflicting with
H A Dmime.c1711 const char *extension; in Curl_mime_contenttype() member
1733 size_t len2 = strlen(ctts[i].extension); in Curl_mime_contenttype()
1735 if(len1 >= len2 && strcasecompare(nameend - len2, ctts[i].extension)) in Curl_mime_contenttype()
/curl/docs/
H A DTODO122 13.10 Support Authority Information Access certificate extension (AIA)
125 13.14 Support the clienthello extension
823 extension order is of course not the only way to fingerprint a client.
871 13.10 Support Authority Information Access certificate extension (AIA)
899 13.14 Support the clienthello extension
904 extension adds padding to avoid that size range.
/curl/m4/
H A Dcurl-compilers.m4845 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [language-extension-token])

Completed in 77 milliseconds