Home
last modified time | relevance | path

Searched refs:cert_time_to_seconds (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ssl.py685 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)
689 ssl.cert_time_to_seconds(timestring)
704 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)
2121 before = ssl.cert_time_to_seconds(cert['notBefore'])
2122 after = ssl.cert_time_to_seconds(cert['notAfter'])
/external/python/cpython2/Lib/
Dssl.py953 def cert_time_to_seconds(cert_time): function
/external/python/cpython3/Lib/
Dssl.py1227 def cert_time_to_seconds(cert_time): function
/external/python/cpython3/Lib/test/
Dtest_ssl.py935 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)
939 ssl.cert_time_to_seconds(timestring)
954 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)
2776 before = ssl.cert_time_to_seconds(cert['notBefore'])
2777 after = ssl.cert_time_to_seconds(cert['notAfter'])
/external/python/cpython2/Doc/library/
Dssl.rst404 .. function:: cert_time_to_seconds(cert_time)
416 >>> timestamp = ssl.cert_time_to_seconds("Jan 5 09:34:43 2018 GMT")
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1805 The :func:`~ssl.cert_time_to_seconds` function now interprets the input time
2482 * The :func:`ssl.cert_time_to_seconds` function now interprets the input time
/external/python/cpython3/Doc/library/
Dssl.rst393 .. function:: cert_time_to_seconds(cert_time)
405 >>> timestamp = ssl.cert_time_to_seconds("Jan 5 09:34:43 2018 GMT")
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3823 ssl.cert_time_to_seconds() now interprets the given time string in the UTC