Home
last modified time | relevance | path

Searched refs:pem_bundle (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/contrib/_securetransport/
H A Dlow_level.py109 def _cert_array_from_pem(pem_bundle): argument
115 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
119 for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py109 def _cert_array_from_pem(pem_bundle):
115 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
119 for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/contrib/_securetransport/
H A Dlow_level.py109 def _cert_array_from_pem(pem_bundle): argument
115 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
119 for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py105 def _cert_array_from_pem(pem_bundle): argument
111 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
114 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py150 def _cert_array_from_pem(pem_bundle): argument
156 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
159 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/urllib3/contrib/_securetransport/
H A Dlow_level.py155 def _cert_array_from_pem(pem_bundle): argument
161 pem_bundle = pem_bundle.replace(b"\r\n", b"\n")
164 base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle)
/dports/security/vault/vault-1.8.2/website/content/api-docs/secret/databases/
H A Dinfluxdb.mdx45 - `pem_bundle` `(string: "")` – Specifies concatenated PEM blocks containing a
63 automatically if `pem_bundle`, `pem_json`, or `insecure_tls` is set
69 `pem_bundle` is a CA certificate, the given CA certificate will be used for
73 - If `certificate` and `private_key` are set in `pem_bundle` or `pem_json`,
76 `pem_bundle` should be a PEM-concatenated bundle of a private key + client
/dports/sysutils/helmfile/vault-f6547fa8e820/website/pages/api-docs/secret/databases/
H A Dinfluxdb.mdx46 - `pem_bundle` `(string: "")` – Specifies concatenated PEM blocks containing a
61 automatically if `pem_bundle`, `pem_json`, or `insecure_tls` is set
67 `pem_bundle` is a CA certificate, the given CA certificate will be used for
71 - If `certificate` and `private_key` are set in `pem_bundle` or `pem_json`,
74 `pem_bundle` should be a PEM-concatenated bundle of a private key + client
/dports/misc/concourse/vault-bdd38fca2cff/website/source/api/secret/databases/
H A Dinfluxdb.html.md45 - `pem_bundle` `(string: "")` – Specifies concatenated PEM blocks containing a
60 automatically if `pem_bundle`, `pem_json`, or `insecure_tls` is set
66 `pem_bundle` is a CA certificate, the given CA certificate will be used for
70 - If `certificate` and `private_key` are set in `pem_bundle` or `pem_json`,
73 `pem_bundle` should be a PEM-concatenated bundle of a private key + client

123456