/aosp_15_r20/external/python/cpython3/Mac/BuildScript/resources/ |
D | install_certificates.command | 8 # 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")
|
D | ReadMe.rtf | 25 \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/ |
D | install_certificates.command | 8 # 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")
|
D | ReadMe.rtf | 44 \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/ |
D | urllib3.py | 23 # 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())
|
D | requests.py | 201 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/ |
D | core.py | 2 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/ |
D | core.py | 2 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/ |
D | core.py | 2 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/ |
D | core.py | 2 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 D | parse_requirements_txt_tests.bzl | 71 …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/ |
D | pip-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 D | build.sh | 68 $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 D | requirements.in | 2 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 D | requirements.in | 5 certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
|
/aosp_15_r20/external/pytorch/.github/requirements/ |
H A D | conda-env-macOS-X64 | 15 # Not pinning certifi so that we can always get the latest certificates 16 certifi
|
H A D | conda-env-macOS-ARM64 | 17 # 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 D | gazelle_python.yaml | 10 certifi: certifi
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | certs.py | 8 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/ |
D | certs.py | 8 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/ |
D | certs.py | 8 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 D | gazelle_python.yaml | 10 certifi: certifi
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | certs.py | 8 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/ |
D | pip-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/ |
D | pip-23.1.2-py3-none-any.whl | ... /caches/redis_cache.py
pip/_vendor/certifi/__init__.py
pip/_vendor/certifi/ ... |