Home
last modified time | relevance | path

Searched refs:create_default_context (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_smtpnet.py11 context = ssl.create_default_context()
79 context = ssl.create_default_context()
Dssl_servers.py152 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
196 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
Dtest_urllib2_localnet.py559 context = ssl.create_default_context(cafile=CERT_localhost)
600 context = ssl.create_default_context(cafile=CERT_localhost)
Dtest_ssl.py1543 ctx = ssl.create_default_context()
1552 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
1558 ctx = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
1703 ctx = ssl.create_default_context()
3302 context = ssl.create_default_context(cafile=SIGNING_CA)
Dtest_urllib.py474 context = ssl.create_default_context()
/external/libxcam/modules/ocl/
Dcl_device.cpp42 !_instance->create_default_context ()) { in instance()
192 CLDevice::create_default_context () in create_default_context() function in XCam::CLDevice
Dcl_device.h80 bool create_default_context ();
/external/python/cpython2/Lib/test/
Dssl_servers.py153 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
197 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
Dtest_urllibnet.py211 context = ssl.create_default_context(cafile=CERT_selfsigned_pythontestdotnet)
Dtest_urllib2_localnet.py545 context = ssl.create_default_context(cafile=CERT_localhost)
583 context = ssl.create_default_context(cafile=CERT_localhost)
Dtest_ssl.py1159 ctx = ssl.create_default_context()
1171 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
1181 ctx = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
1233 local_ssl.create_default_context)
1241 local_ssl.create_default_context)
1246 local_ssl.create_default_context)
2494 context = ssl.create_default_context(cafile=CERTFILE)
Dtest_urllib2.py59 context = ssl.create_default_context()
/external/python/cpython2/Lib/
Dssl.py416 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, function
516 return create_default_context
525 _create_default_https_context = create_default_context
Durllib2.py142 context = ssl.create_default_context(purpose=ssl.Purpose.SERVER_AUTH,
/external/python/setuptools/setuptools/
Dssl_support.py190 ctx = ssl.create_default_context(cafile=self.ca_bundle)
/external/python/cpython3/Doc/library/
Dssl.rst72 :func:`create_default_context` returns a new context with secure default
83 context = ssl.create_default_context()
121 .. function:: create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=…
160 ctx = ssl.create_default_context(Purpose.CLIENT_AUTH)
1015 Option for :func:`create_default_context` and
1024 Option for :func:`create_default_context` and
1440 :func:`create_default_context` lets the :mod:`ssl` module choose
1953 >>> ssl.create_default_context().options # doctest: +SKIP
2006 >>> ssl.create_default_context().verify_flags # doctest: +SKIP
2018 >>> ssl.create_default_context().verify_mode
[all …]
Dpoplib.rst69 :func:`ssl.create_default_context` select the system's trusted CA
Dsmtplib.rst102 :func:`ssl.create_default_context` select the system's trusted CA
396 :func:`ssl.create_default_context` select the system's trusted CA
Dhttp.client.rst101 :func:`ssl.create_default_context` select the system's trusted CA
Dftplib.rst104 :func:`ssl.create_default_context` select the system's trusted CA
Dimaplib.rst110 :func:`ssl.create_default_context` select the system's trusted CA
/external/python/cpython3/Lib/
Dssl.py551 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, function
624 _create_default_https_context = create_default_context
/external/python/cpython2/Doc/library/
Dssl.rst243 .. function:: create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=…
282 ctx = ssl.create_default_context(Purpose.CLIENT_AUTH)
849 Option for :func:`create_default_context` and
858 Option for :func:`create_default_context` and
1063 :func:`create_default_context` lets the :mod:`ssl` module choose
1459 automatically with :func:`.create_default_context`.
1536 >>> context = ssl.create_default_context()
1644 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
1732 :func:`create_default_context` function to create your SSL context.
Dhttplib.rst86 :func:`ssl.create_default_context` select the system's trusted CA
/external/python/cpython3/Lib/asyncio/
Dsslproto.py23 sslcontext = ssl.create_default_context()

12