Home
last modified time | relevance | path

Searched full:certifi (Results 1 – 25 of 235) sorted by relevance

12345678910

/aosp_15_r20/external/python/cpython3/Mac/BuildScript/resources/
Dinstall_certificates.command8 # for the ssl module. Uses the certificates provided by the certifi package:
9 # https://pypi.org/project/certifi/
26 print(" -- pip install --upgrade certifi")
28 "-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
30 import certifi
34 relpath_to_certifi_cafile = os.path.relpath(certifi.where())
40 print(" -- creating symlink to certifi certificate bundle")
DReadMe.rtf25 \f3 certifi
26 …ld{\*\fldinst{HYPERLINK "https://pypi.org/project/certifi/"}}{\fldrslt https://pypi.org/project/ce…
/aosp_15_r20/external/python/cpython2/Mac/BuildScript/resources/
Dinstall_certificates.command8 # for the ssl module. Uses the certificates provided by the certifi package:
9 # https://pypi.python.org/pypi/certifi
26 print(" -- pip install --upgrade certifi")
28 "-E", "-s", "-m", "pip", "install", "--upgrade", "certifi"])
30 import certifi
34 relpath_to_certifi_cafile = os.path.relpath(certifi.where())
40 print(" -- creating symlink to certifi certificate bundle")
DReadMe.rtf44 \f1 certifi
45 …fldinst{HYPERLINK "https://pypi.python.org/pypi/certifi"}}{\fldrslt https://pypi.python.org/pypi/c…
48 \f1 certifi
49 \f0 , you should consider subscribing to the{\field{\*\fldinst{HYPERLINK "https://certifi.io/en/lat…
/aosp_15_r20/external/python/google-auth-library-python/google/auth/transport/
Durllib3.py23 # Certifi is Mozilla's certificate bundle. Urllib3 needs a certificate bundle
24 # to verify HTTPS requests, and certifi is the recommended and most reliable
30 import certifi
32 certifi = None variable
149 if certifi is not None:
150 return urllib3.PoolManager(cert_reqs="CERT_REQUIRED", ca_certs=certifi.where())
167 ImportError: If certifi or pyOpenSSL is not installed.
170 import certifi
176 ctx.load_verify_locations(cafile=certifi.where())
Drequests.py201 ImportError: if certifi or pyOpenSSL is not installed
206 import certifi
216 ctx_poolmanager.load_verify_locations(cafile=certifi.where())
222 ctx_proxymanager.load_verify_locations(cafile=certifi.where())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/certifi/
Dcore.py2 certifi.py
36 _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem"))
42 return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii")
71 _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem")
77 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
108 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/certifi/
Dcore.py2 certifi.py
36 _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem"))
42 return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii")
71 _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem")
77 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
108 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/certifi/
Dcore.py2 certifi.py
36 _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem"))
42 return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii")
71 _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem")
77 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
108 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/certifi/
Dcore.py2 certifi.py
36 _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem"))
42 return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii")
71 _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem")
77 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
108 return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii")
/aosp_15_r20/external/bazelbuild-rules_python/tests/pypi/parse_requirements_txt/
H A Dparse_requirements_txt_tests.bzl71 …asserts.equals(env, [("certifi", "certifi==2021.10.8 --hash=sha256:78884e7c1d4b00ce3cea67b4456…
72 certifi==2021.10.8 \
106 …("certifi", "certifi==2021.10.8 --hash=sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd68343…
126 certifi==2021.10.8 \
/aosp_15_r20/external/python/cpython2/Lib/ensurepip/_bundled/
Dpip-10.0.1-py2.py3-none-any.whl ... /caches/redis_cache.py pip/_vendor/certifi/__init__.py pip/_vendor/certifi/ ...
/aosp_15_r20/external/pytorch/.ci/docker/manywheel/build_scripts/
H A Dbuild.sh68 $PY39_BIN/pip install certifi
69 ln -s $($PY39_BIN/python -c 'import certifi; print(certifi.where())') \
/aosp_15_r20/external/bazelbuild-rules_python/examples/pip_parse_vendored/
H A Drequirements.in2 certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
/aosp_15_r20/external/bazelbuild-rules_python/examples/pip_repository_annotations/
H A Drequirements.in5 certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
/aosp_15_r20/external/pytorch/.github/requirements/
H A Dconda-env-macOS-X6415 # Not pinning certifi so that we can always get the latest certificates
16 certifi
H A Dconda-env-macOS-ARM6417 # Not pinning certifi so that we can always get the latest certificates
18 certifi
/aosp_15_r20/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
H A Dgazelle_python.yaml10 certifi: certifi
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcerts.py8 only one — the one from the certifi package.
18 from pip._vendor.certifi import where
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcerts.py8 only one — the one from the certifi package.
18 from pip._vendor.certifi import where
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcerts.py8 only one — the one from the certifi package.
18 from pip._vendor.certifi import where
/aosp_15_r20/external/bazelbuild-rules_python/examples/build_file_generation/
H A Dgazelle_python.yaml10 certifi: certifi
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcerts.py8 only one — the one from the certifi package.
18 from pip._vendor.certifi import where
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whl ... /caches/redis_cache.py pip/_vendor/certifi/__init__.py pip/_vendor/certifi/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ensurepip/_bundled/
Dpip-23.1.2-py3-none-any.whl ... /caches/redis_cache.py pip/_vendor/certifi/__init__.py pip/_vendor/certifi/ ...

12345678910