Home
last modified time | relevance | path

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

123456789

/curl/tests/libtest/
H A Dtest1022.pl39 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 Dtest1222.pl114 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 DCURLOPT_PROXY_SSLVERSION.md21 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 DCURLOPT_SSLVERSION.md21 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 DCURLOPT_HTTP_VERSION.md19 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 DCURLINFO_HTTP_VERSION.md18 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 Dtest102220 Compare curl --version with curl-config --version
23 --version
26 %SRCDIR/libtest/test%TESTNUMBER.pl ../curl-config %LOGDIR/stdout%TESTNUMBER version
H A Dtest101420 Compare curl --version with curl-config --features
23 --version
H A Dtest102320 Compare curl --version with curl-config --vernum
23 --version
H A Dtest101320 Compare curl --version with curl-config --protocols
23 --version
/curl/scripts/
H A Dmaketgz34 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 Ddmaketgz30 version="${1:-}"
32 if [ -z "$version" ]; then
54 ./scripts/maketgz $version"
H A Drelease-tools.sh30 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 Dreport_openssl_version.c47 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 Dmake_pcsi_curl_kit_name.com133 $! 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/.github/workflows/
H A Dhttp3-linux.yml50 gnutls-version: 3.8.7
51 wolfssl-version: master
53 nghttp3-version: 1.5.0
55 ngtcp2-version: 1.7.0
59 quiche-version: 0.22.0
61 mod_h2-version: 2.0.29
67 wolfssl-version: ${{ steps.wolfssl-version.outputs.result }}
75 let version = '${{ env.wolfssl-version }}'
117 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
200 wolfssl-version: ${{ needs.setup.outputs.wolfssl-version }}
[all …]
H A Dawslc.yml43 awslc-version: 1.34.2
68 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.awslc-version }}
75 tar xzf v${{ env.awslc-version }}.tar.gz
76 mkdir aws-lc-${{ env.awslc-version }}-build
77 cd aws-lc-${{ env.awslc-version }}-build
78 cmake -DCMAKE_INSTALL_PREFIX=$HOME/awslc ../aws-lc-${{ env.awslc-version }}
129 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.awslc-version }}
136 tar xzf v${{ env.awslc-version }}.tar.gz
137 mkdir aws-lc-${{ env.awslc-version }}-build
138 cd aws-lc-${{ env.awslc-version }}-build
[all …]
H A Dmacos.yml64 CFLAGS: '-mmacosx-version-min=${{ matrix.macos-version-min }}'
73 macos-version-min: '10.9'
77 macos-version-min: '10.9'
81 macos-version-min: '10.9'
85 macos-version-min: '10.9'
90 macos-version-min: '10.9'
219 - name: 'curl version'
369 - name: 'curl version'
540 # gcc version bump is built against a different SDK version, and due
609 CFLAGS+=' -mmacosx-version-min=${{ matrix.macos-version-min }}'
[all …]
/curl/
H A Dcurl-config.in47 --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 Dtls-max.md10 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 Dhttp1.0.md22 Use HTTP version 1.0 instead of using its internally preferred HTTP version.
/curl/docs/libcurl/
H A Dcurl_version.md16 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/m4/
H A Dcurl-gnutls.m438 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"
116 AC_MSG_NOTICE([detected GnuTLS version $version])
/curl/docs/
H A Dcurl-config.md40 ## --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
/curl/.github/scripts/
H A DVERSIONS5 …thub-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ regis…
8 …thub-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stable$ regis…

Completed in 36 milliseconds

123456789