HomeSort by relevance Sort by last modified time
    Searched refs:cb_sni (Results 1 - 2 of 2) sorted by null

  /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)

Completed in 3676 milliseconds