Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 202) 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 man page lists unmatching deprecation versions $version and $1\n";
221 $version = $1 || "?";
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLVERSION.md20 CURLOPT_PROXY_SSLVERSION - preferred HTTPS proxy TLS version
28 long version);
33 Pass a long as parameter to control which version of SSL/TLS to attempt to use
41 version.
65 The maximum TLS version can be set by using *one* of the CURL_SSLVERSION_MAX_
78 The flag defines maximum supported TLS version as TLSv1.0.
83 The flag defines maximum supported TLS version as TLSv1.1.
88 The flag defines maximum supported TLS version as TLSv1.2.
93 The flag defines maximum supported TLS version as TLSv1.3.
99 documented to allow *only* the specified TLS version, but behavior was
[all …]
H A DCURLOPT_SSLVERSION.md20 CURLOPT_SSLVERSION - preferred TLS/SSL version
27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSLVERSION, long version);
36 version to be more and more secure in this order through history: SSL v2,
43 The default acceptable version range. The minimum acceptable version is by
76 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.
111 documented to allow *only* the specified TLS version, but behavior was
[all …]
H A DCURLOPT_HTTP_VERSION.md18 CURLOPT_HTTP_VERSION - HTTP protocol version to use
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTP_VERSION, long version);
30 Pass *version* a long, set to one of the values described below. They ask
33 Note that the HTTP version is just a request. libcurl still prioritizes to
35 version you have not asked for.
39 We do not care about what version the library uses. libcurl uses whatever it
57 version requirement with CURLOPT_SSLVERSION(3).
72 still do HTTP/2 the standard way with negotiated protocol version in the TLS
83 server given in the URL and does not downgrade to earlier HTTP version if the
/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
/curl/packages/vms/
H A Dreport_openssl_version.c48 const char * version; in main() local
72 version = ssl_version(SSLEAY_VERSION); in main()
74 puts(version); in main()
88 value_dsc.dsc$a_pointer = (char *)version; /* Cast ok */ in main()
89 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/
H A Dmaketgz34 version="${1:-}"
36 if [ -z "$version" ]; then
48 libversion="$version"
153 ./scripts/release-tools.sh "$timestamp" "$version" > docs/RELEASE-TOOLS.md.dist
161 targz="curl-$version.tar.gz"
162 make -sj dist "VERSION=$version"
192 bzip2="curl-$version.tar.bz2"
201 xz="curl-$version.tar.xz"
220 zip="curl-$version.zip"
H A Dcurl-config.in45 --checkfor [version] check for (lib)curl of the specified version
54 --version output version information
55 --vernum output version as a hexadecimal number
96 --version)
/curl/scripts/
H A Ddmaketgz30 version="${1:-}"
32 if [ -z "$version" ]; then
52 ./maketgz $version"
H A Drelease-tools.sh30 version=${2:-unknown}
31 tag=$(echo "curl-$version" | tr '.' '_')
36 The following tools and their Debian package version numbers were used to
73 - ./maketgz [version]
/curl/docs/libcurl/
H A Dcurl_version.md15 curl_version - returns the libcurl version string
27 Returns a human readable string with the version number of libcurl and some of
28 its important components (like OpenSSL version).
37 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/.github/workflows/
H A Dawslc.yml47 awslc-version: 1.28.0
72 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.awslc-version }}
79 tar xzf v${{ env.awslc-version }}.tar.gz
80 mkdir aws-lc-${{ env.awslc-version }}-build
81 cd aws-lc-${{ env.awslc-version }}-build
82 cmake -DCMAKE_INSTALL_PREFIX=$HOME/awslc ../aws-lc-${{ env.awslc-version }}
132 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.awslc-version }}
139 tar xzf v${{ env.awslc-version }}.tar.gz
140 mkdir aws-lc-${{ env.awslc-version }}-build
141 cd aws-lc-${{ env.awslc-version }}-build
[all …]
H A Dquiche-linux.yml50 openssl-version: 3.1.4+quic
52 nghttp3-version: 1.3.0
54 ngtcp2-version: 1.5.0
56 nghttp2-version: 1.62.1
58 quiche-version: 0.21.0
60 mod_h2-version: 2.0.27
100 …nssl-${{ env.openssl-version }}-nghttp3-${{ env.nghttp3-version }}-ngtcp2-${{ env.ngtcp2-version }…
122 git clone --quiet --depth=1 -b v${{ env.ngtcp2-version }} https://github.com/ngtcp2/ngtcp2
145 key: ${{ runner.os }}-build-${{ env.cache-name }}-quiche-${{ env.quiche-version }}
173 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.mod_h2-version }}
[all …]
H A Dngtcp2-linux.yml50 quictls-version: 3.1.4+quic
52 gnutls-version: 3.8.5
53 wolfssl-version: master
55 nghttp3-version: 1.3.0
57 ngtcp2-version: 1.5.0
59 nghttp2-version: 1.62.1
61 mod_h2-version: 2.0.27
112 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.quictls-version }}
136 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.gnutls-version }}
163 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.wolfssl-version }}
[all …]
H A Dmacos.yml58 macosx-version-min: 10.9
62 macosx-version-min: 10.9
66 macosx-version-min: 10.9
70 macosx-version-min: 10.9
74 macosx-version-min: 10.9
78 macosx-version-min: 10.9
118 macosx-version-min: 10.8
126 macosx-version-min: 10.9
130 macosx-version-min: 10.9
135 macosx-version-min: 10.9
[all …]
H A Dosslq-linux.yml50 openssl3-version: openssl-3.3.0
52 quictls-version: 3.1.4+quic
54 nghttp3-version: 1.3.0
56 ngtcp2-version: 1.5.0
58 nghttp2-version: 1.62.1
60 mod_h2-version: 2.0.27
101 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.openssl3-version }}
120 key: ${{ runner.os }}-build-${{ env.cache-name }}-quictls-${{ env.quictls-version }}
129 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.quictls-version }}
153 key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.nghttp3-version }}
[all …]
/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/
H A Dcurl-config.md39 ## --checkfor [version]
41 Specify the oldest possible libcurl version string you want, and this script
43 outputs a text saying that the current version is not new enough. (Added in
91 ## --version
93 Outputs version information about the installed libcurl.
97 Outputs version information about the installed libcurl, in numerical mode.
98 This shows the version number, in hexadecimal, using 8 bits for each part:
117 What's the installed libcurl version?
119 $ 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 33 milliseconds

123456789