Home | Sort by relevance Sort by last modified time |
/external/python/cpython2/Lib/test/ | |
test_urllib2_localnet.py | 578 def cb_sni(ssl_sock, server_name, initial_context): function in function:TestUrlopen.test_https_sni 581 context.set_servername_callback(cb_sni) |
/external/python/cpython3/Lib/test/ | |
test_urllib2_localnet.py | 594 def cb_sni(ssl_sock, server_name, initial_context): function in function:TestUrlopen.test_https_sni 598 context.set_servername_callback(cb_sni) |