Searched refs:version (Results 1 – 25 of 210) sorted by relevance
123456789
/curl/tests/libtest/ |
H A D | test1022.pl | 39 my $version = $1; 67 $version =~ s/-\w*$//; 71 my $different = $version ne $curlconfigversion; 72 if ($different || !$version) { 74 print "curl: $version\n";
|
/curl/tests/ |
H A D | test1222.pl | 114 my $version = "X"; 123 $version = $2; 128 $hdr{$1} = $version; 132 $hdr{$1} = $version; 186 my $version = "X"; 196 $version = exists($$table{$sym})? $$table{$sym}: $version; 214 if($version ne "X" && $version ne "?") { 215 if($1 && $1 ne $version) { 216 … print "error: $sym manpage lists unmatching deprecation versions $version and $1\n"; 221 $version = $1 || "?"; [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXY_SSLVERSION.md | 21 CURLOPT_PROXY_SSLVERSION - preferred HTTPS proxy TLS version 29 long version); 34 Pass a long as parameter to control which version of SSL/TLS to attempt to use 42 version. 66 The maximum TLS version can be set by using *one* of the CURL_SSLVERSION_MAX_ 79 The flag defines maximum supported TLS version as TLSv1.0. 84 The flag defines maximum supported TLS version as TLSv1.1. 89 The flag defines maximum supported TLS version as TLSv1.2. 94 The flag defines maximum supported TLS version as TLSv1.3. 100 documented to allow *only* the specified TLS version, but behavior was [all …]
|
H A D | CURLOPT_SSLVERSION.md | 21 CURLOPT_SSLVERSION - preferred TLS/SSL version 28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSLVERSION, long version); 37 version to be more and more secure in this order through history: SSL v2, 44 The default acceptable version range. The minimum acceptable version is by 77 The maximum TLS version can be set by using *one* of the 90 The flag defines maximum supported TLS version as TLS v1.0. 95 The flag defines maximum supported TLS version as TLS v1.1. 100 The flag defines maximum supported TLS version as TLS v1.2. 105 The flag defines maximum supported TLS version as TLS v1.3. 129 /* ask libcurl to use TLS version 1.0 or later */ [all …]
|
H A D | CURLOPT_HTTP_VERSION.md | 19 CURLOPT_HTTP_VERSION - HTTP protocol version to use 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTP_VERSION, long version); 31 Pass *version* a long, set to one of the values described below. They ask 34 Note that the HTTP version is just a request. libcurl still prioritizes to 36 version you have not asked for. 40 We do not care about what version the library uses. libcurl uses whatever it 58 version requirement with CURLOPT_SSLVERSION(3). 73 still do HTTP/2 the standard way with negotiated protocol version in the TLS 77 layer protocol version (ALPN) offered to the server is only HTTP/2. Prior to 88 server given in the URL and does not downgrade to earlier HTTP version if the
|
H A D | CURLINFO_HTTP_VERSION.md | 18 CURLINFO_HTTP_VERSION - get the http version used in the connection 30 Pass a pointer to a long to receive the version used in the last http 33 CURL_HTTP_VERSION_3 or 0 if the version cannot be determined.
|
/curl/tests/data/ |
H A D | test1022 | 20 Compare curl --version with curl-config --version 23 --version 31 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER version
|
H A D | test1014 | 20 Compare curl --version with curl-config --features 23 --version
|
H A D | test1023 | 20 Compare curl --version with curl-config --vernum 23 --version
|
H A D | test1013 | 20 Compare curl --version with curl-config --protocols 23 --version
|
/curl/scripts/ |
H A D | maketgz | 34 version="${1:-}" 37 if [ -z "$version" ]; then 55 libversion="$version" 142 export CURL_MAKETGZ_VERSION="$version" 165 ./scripts/release-tools.sh "$timestamp" "$version" "$commit" > docs/RELEASE-TOOLS.md.dist 173 targz="curl-$version.tar.gz" 174 make -sj dist "VERSION=$version" 204 bzip2="curl-$version.tar.bz2" 213 xz="curl-$version.tar.xz" 232 zip="curl-$version.zip"
|
H A D | dmaketgz | 30 version="${1:-}" 32 if [ -z "$version" ]; then 54 ./scripts/maketgz $version"
|
H A D | release-tools.sh | 30 version=${2:-unknown} 31 tag=$(echo "curl-$version" | tr '.' '_') 41 The following tools and their Debian package version numbers were used to 77 - ./scripts/maketgz [version]
|
/curl/packages/vms/ |
H A D | report_openssl_version.c | 47 const char *version; in main() local 71 version = ssl_version(SSLEAY_VERSION); in main() 73 puts(version); in main() 87 value_dsc.dsc$a_pointer = (char *)version; /* Cast ok */ in main() 88 value_dsc.dsc$w_length = strlen(version); in main()
|
H A D | make_pcsi_curl_kit_name.com | 133 $! We encode the snapshot date into the version as an ECO since a daily 161 $ version = vtype + "''mmversion'" 166 $ version = version + "-" + update + patch 167 $ fversion = version 169 $ fversion = version 170 $ version = version + "-"
|
/curl/ |
H A D | curl-config.in | 47 --checkfor [version] check for (lib)curl of the specified version 56 --version output version information 57 --vernum output version as a hexadecimal number 98 --version)
|
/curl/docs/cmdline-opts/ |
H A D | tls-max.md | 10 Help: Maximum allowed TLS version 25 VERSION defines maximum supported TLS version. The minimum acceptable version 32 Use up to recommended TLS version.
|
H A D | http1.0.md | 22 Use HTTP version 1.0 instead of using its internally preferred HTTP version.
|
H A D | tlsv1.md | 23 Use at least TLS version 1.x when negotiating with a remote TLS server. That 24 means TLS version 1.0 or higher
|
/curl/docs/libcurl/ |
H A D | curl_version.md | 16 curl_version - returns the libcurl version string 28 Returns a human readable string with the version number of libcurl and some of 29 its important components (like OpenSSL version). 40 printf("libcurl version %s\n", curl_version());
|
/curl/.github/workflows/ |
H A D | macos.yml | 75 macos-version-min: '10.9' 79 macos-version-min: '10.9' 83 macos-version-min: '10.9' 87 macos-version-min: '10.9' 92 macos-version-min: '10.9' 97 macos-version-min: '10.9' 101 macos-version-min: '10.9' 252 CFLAGS+=' -mmacosx-version-min=${{ matrix.build.macos-version-min }}' 293 - name: 'curl version' 461 CFLAGS+=' -mmacosx-version-min=${{ matrix.macos-version-min }}' [all …]
|
H A D | http3-linux.yml | 46 openssl-version: 3.4.0 48 quictls-version: 3.3.0 50 gnutls-version: 3.8.8 53 nghttp3-version: 1.6.0 55 ngtcp2-version: 1.8.1 59 quiche-version: 0.22.0 65 wolfssl-version: ${{ steps.wolfssl-version.outputs.result }} 73 let version = '${{ env.wolfssl-version }}' 115 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }} 199 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }} [all …]
|
H A D | linux.yml | 41 bearssl-version: 0.6 43 libressl-version: 4.0.0 45 wolfssl-version: 5.7.4 47 mbedtls-version: 3.6.2 49 msh3-version: 0.6.0 51 awslc-version: 1.39.0 53 openssl-version: 3.4.0 55 quictls-version: 3.3.0 57 rustls-version: 0.14.0 347 cd bearssl-${{ env.bearssl-version }} [all …]
|
/curl/m4/ |
H A D | curl-gnutls.m4 | 38 version="" 49 version=`$PKGCONFIG --modversion gnutls` 54 check=`libgnutls-config --version 2>/dev/null` 58 version=`libgnutls-config --version` 66 check=`$cfg --version 2>/dev/null` 70 version=`$cfg --version` 77 version="" # we just don't know 82 if test -z "$version"; then 84 version="unknown" 118 AC_MSG_NOTICE([detected GnuTLS version $version])
|
/curl/docs/ |
H A D | curl-config.md | 40 ## --checkfor [version] 42 Specify the oldest possible libcurl version string you want, and this script 44 outputs a text saying that the current version is not new enough. (Added in 92 ## --version 94 Outputs version information about the installed libcurl. 98 Outputs version information about the installed libcurl, in numerical mode. 99 This shows the version number, in hexadecimal, using 8 bits for each part: 118 What's the installed libcurl version? 120 $ curl-config --version
|
Completed in 36 milliseconds
123456789