Home
last modified time | relevance | path

Searched refs:getpeercert (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ssl.py1346 self.assertEqual({}, s.getpeercert())
1363 self.assertTrue(s.getpeercert())
1375 self.assertTrue(s.getpeercert())
1404 self.assertTrue(s.getpeercert())
1449 self.assertEqual({}, s.getpeercert())
1468 cert = s.getpeercert()
1486 cert = s.getpeercert()
1497 cert = s.getpeercert()
1512 cert = s.getpeercert()
1521 cert = s.getpeercert()
[all …]
/external/python/cpython3/Lib/test/
Dtest_ssl.py1839 self.assertEqual({}, s.getpeercert())
1847 self.assertTrue(s.getpeercert())
1867 self.assertTrue(s.getpeercert())
1893 self.assertTrue(s.getpeercert())
1900 self.assertEqual({}, s.getpeercert())
1910 cert = s.getpeercert()
1935 cert = s.getpeercert()
1944 cert = s.getpeercert()
1956 cert = s.getpeercert()
1965 cert = s.getpeercert()
[all …]
/external/python/cpython3/Lib/
Dssl.py718 def getpeercert(self, binary_form=False): member in SSLObject
725 return self._sslobj.getpeercert(binary_form)
932 def getpeercert(self, binary_form=False): member in SSLSocket
940 return self._sslobj.getpeercert(binary_form)
1299 dercert = sslsock.getpeercert(True)
/external/python/cpython2/Lib/
Dssl.py679 def getpeercert(self, binary_form=False): member in SSLSocket
854 match_hostname(self.getpeercert(), self.server_hostname)
1024 dercert = sslsock.getpeercert(True)
/external/python/setuptools/setuptools/
Dssl_support.py198 match_hostname(self.sock.getpeercert(), actual_host)
/external/python/cpython2/Doc/library/
Dssl.rst50 additional methods such as :meth:`getpeercert`, which retrieves the
383 :meth:`SSLSocket.getpeercert`) matches the given *hostname*. The rules
905 .. method:: SSLSocket.getpeercert(binary_form=False)
959 when requested by the server; therefore :meth:`getpeercert` will return
1151 entry is a dict like the output of :meth:`SSLSocket.getpeercert`. Otherwise
1239 :meth:`SSLSocket.getpeercert`, :meth:`SSLSocket.getpeercert`,
1562 >>> cert = conn.getpeercert()
1758 :meth:`SSLSocket.getpeercert`, matches the desired service. For many
/external/python/cpython3/Lib/asyncio/
Dsslproto.py627 peercert = sslobj.getpeercert()
/external/python/cpython3/Doc/library/
Dssl.rst44 additional methods such as :meth:`getpeercert`, which retrieves the
353 :meth:`SSLSocket.getpeercert`) matches the given *hostname*. The rules
1183 .. method:: SSLSocket.getpeercert(binary_form=False)
1237 when requested by the server; therefore :meth:`getpeercert` will return
1549 entry is a dict like the output of :meth:`SSLSocket.getpeercert`. Otherwise
1702 :meth:`SSLSocket.getpeercert`, :meth:`SSLSocket.getpeercert`,
2204 >>> cert = conn.getpeercert()
2443 - :meth:`~SSLSocket.getpeercert`
2589 :meth:`SSLSocket.getpeercert`, matches the desired service. For many
Dasyncio-protocol.rst206 :meth:`ssl.SSLSocket.getpeercert`
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst190 Fix memory leak in SSLSocket.getpeercert().
D2.7.3rc1.rst301 Fix a possible reference leak in SSLSocket.getpeercert().
/external/python/httplib2/python3/httplib2/
D__init__.py1299 ssl.match_hostname(self.sock.getpeercert(), self.host)
/external/python/httplib2/python2/httplib2/
D__init__.py1387 cert = self.sock.getpeercert()
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst817 Fix memory leak in SSLSocket.getpeercert().
D3.6.0a1.rst3033 Fix memory leak in SSLSocket.getpeercert().
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1490 The dictionary returned by :meth:`.SSLSocket.getpeercert` contains additional
2360 * :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
2363 :exc:`AttributeError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
D2.6.rst2902 obtain certificate info by calling the :meth:`getpeercert` method.
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py682 self.assertEqual(sslobj.getpeercert(),
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2898 obtain certificate info by calling the :meth:`getpeercert` method.
/external/python/cpython3/Misc/
DHISTORY313 - Issue #25569: Fix memory leak in SSLSocket.getpeercert().
3352 - Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
3850 - Issue #19095: SSLSocket.getpeercert() now raises ValueError when the
5015 - Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now
8745 - Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
11587 - Issue #10022: The dictionary returned by the ``getpeercert()`` method of SSL