Home
last modified time | relevance | path

Searched full:pyopenssl (Results 1 – 25 of 32) sorted by relevance

12

/external/python/oauth2client/docs/
Dindex.rst32 need to install one of ``pycrypto`` or ``pyOpenSSL``.
46 - Using ``pyOpenSSL`` with versions of ``pypy`` before 2.6 may be in general
47 problematic since ``pyOpenSSL`` depends on the ``cryptography`` library.
48 For versions of ``cryptography`` before 1.0, importing ``pyOpenSSL``
71 .. _massive startup costs: https://github.com/pyca/pyopenssl/issues/137
Drequirements.txt6 pyopenssl>=0.14
/external/python/oauth2client/
Dtox.ini8 pyopenssl>=0.14
135 pyopenssl>=0.14
146 pyopenssl>=0.14
DCHANGELOG.md48 `ServiceAccountCredentials.from_p12_keyfile` when pyOpenSSL is
/external/python/google-auth-library-python/
Dsetup.py40 "pyopenssl": "pyopenssl>=20.0.0",
/external/python/oauth2client/oauth2client/
Dservice_account.py34 This library only implements PKCS#12 support via the pyOpenSSL library.
35 Either install pyOpenSSL, or please convert the .p12 file
284 NotImplementedError if pyOpenSSL is not installed / not the
327 NotImplementedError if pyOpenSSL is not installed / not the
365 NotImplementedError if pyOpenSSL is not installed / not the
D_openssl_crypt.py124 """Convert the contents of a PKCS#12 key to PEM using pyOpenSSL.
D_pure_python_crypt.py34 Either install PyOpenSSL, or please convert .p12 format
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Drequirements.macos.txt3 pyOpenSSL==20.0.1
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Drequirements.macos.txt4 pyOpenSSL==20.0.1
/external/python/google-api-python-client/
DREADME.md114 * [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
Dnoxfile.py25 "pyopenssl",
/external/python/google-auth-library-python/testing/
Drequirements.txt6 pyopenssl
/external/python/google-auth-library-python/google/auth/transport/
Durllib3.py167 ImportError: If certifi or pyOpenSSL is not installed.
172 import urllib3.contrib.pyopenssl
174 urllib3.contrib.pyopenssl.inject_into_urllib3()
Drequests.py201 ImportError: if certifi or pyOpenSSL is not installed
208 import urllib3.contrib.pyopenssl
210 urllib3.contrib.pyopenssl.inject_into_urllib3()
D_mtls_helper.py245 ImportError: If pyOpenSSL is not installed.
/external/libwebsockets/scripts/
Dtravis_install.sh15 sudo pip install "pyopenssl>=0.14"
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
D_pycrypto_crypt.py127 'or using PyOpenSSL if native code is an option.')
Dcrypt.py69 'PyOpenSSL, or PyCrypto 2.6 or later')
Dclient.py1577 The oauth2client.crypt module requires either PyCrypto or PyOpenSSL
1592 SignedJwtAssertionCredentials requires either PyOpenSSL, or PyCrypto
1690 This function requires PyOpenSSL and because of that it does not work on
/external/autotest/utils/frozen_chromite/lib/
Dauth.py249 # missing PyOpenSSL (crbug.com/498467).
/external/python/google-auth-library-python/system_tests/
Dnoxfile.py373 session.install(*TEST_DEPENDENCIES_SYNC, "pyopenssl")
/external/python/cpython2/Lib/ensurepip/_bundled/
Dpip-10.0.1-py2.py3-none-any.whlpip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/ ...
/external/bazelbuild-rules_python/examples/bzlmod/
Dgazelle_python.yaml510 urllib3.contrib.pyopenssl: urllib3
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
Dgazelle_python.yaml511 urllib3.contrib.pyopenssl: urllib3

12