Home
last modified time | relevance | path

Searched refs:curl_uses_lib (Results 1 – 11 of 11) sorted by relevance

/curl/tests/http/
H A Dtest_17_ssl_use.py69 if env.curl_uses_lib('libressl'):
72 if env.curl_uses_lib('rustls-ffi'):
143 if env.curl_uses_lib('bearssl'):
145 if env.curl_uses_lib('mbedtls'):
214 if env.curl_uses_lib('gnutls'):
216 elif env.curl_uses_lib('boringssl'):
222 elif env.curl_uses_lib('bearssl'):
283 if env.curl_uses_lib('gnutls'):
295 if env.curl_uses_lib('bearssl'):
299 elif env.curl_uses_lib('gnutls'):
[all …]
H A Dtest_10_proxy.py74 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
96 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
152 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
179 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
209 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
231 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
255 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
281 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
306 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
358 if proto == 'h2' and not env.curl_uses_lib('nghttp2'):
[all …]
H A Dtest_05_errors.py53 if proto == 'h3' and env.curl_uses_lib('msh3'):
76 if proto == 'h3' and env.curl_uses_lib('msh3'):
130 if proto == 'http/1.0' and not env.curl_uses_lib('wolfssl') and \
131 (env.curl_is_debug() or not env.curl_uses_lib('openssl')):
H A Dtest_07_upload.py61 if proto == 'h3' and env.curl_uses_lib('msh3'):
76 if proto == 'h3' and env.curl_uses_lib('msh3'):
92 if proto == 'h3' and env.curl_uses_lib('msh3'):
109 if proto == 'h3' and env.curl_uses_lib('msh3'):
128 if proto == 'h3' and env.curl_uses_lib('msh3'):
147 if proto == 'h3' and env.curl_uses_lib('msh3'):
168 if proto == 'h3' and env.curl_uses_lib('msh3'):
232 if proto == 'h3' and env.curl_uses_lib('msh3'):
251 if proto == 'h3' and env.curl_uses_lib('msh3'):
268 if proto == 'h3' and env.curl_uses_lib('msh3'):
[all …]
H A Dtest_08_caddy.py75 if proto == 'h3' and env.curl_uses_lib('msh3'):
88 if proto == 'h3' and env.curl_uses_lib('msh3'):
102 if proto == 'h3' and env.curl_uses_lib('msh3'):
125 if proto == 'h3' and env.curl_uses_lib('msh3'):
141 if proto == 'h3' and env.curl_uses_lib('msh3'):
157 if proto == 'h3' and env.curl_uses_lib('msh3'):
159 if proto == 'http/1.1' and env.curl_uses_lib('mbedtls'):
180 if proto == 'h3' and env.curl_uses_lib('msh3'):
199 if proto == 'h3' and env.curl_uses_lib('msh3'):
H A Dtest_14_auth.py104 if proto == 'h3' and not env.curl_uses_lib('ngtcp2'):
124 if proto == 'h3' and env.curl_uses_lib('quiche'):
H A Dtest_02_download.py119 if proto == 'h3' and env.curl_uses_lib('msh3'):
226 if proto == 'h3' and env.curl_uses_lib('msh3'):
266 if proto == 'h3' and env.curl_uses_lib('msh3'):
282 if proto == 'h3' and env.curl_uses_lib('msh3'):
374 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
403 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
432 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
591 if not env.curl_uses_lib('gnutls'):
H A Dtest_13_proxy_auth.py125 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
143 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
H A Dtest_03_goaway.py83 if proto == 'h3' and env.curl_uses_lib('msh3'):
H A Dscorecard.py446 if self.env.curl_uses_lib(lib):
454 if self.env.curl_uses_lib(lib):
460 p['implementation'] = 'hyper' if self.env.curl_uses_lib('hyper')\
/curl/tests/http/testenv/
H A Denv.py323 def curl_uses_lib(libname: str) -> bool: member in Env
329 return not Env.curl_uses_lib('ngtcp2') and Env.curl_uses_lib('nghttp3')

Completed in 20 milliseconds