ssl.SSLContext.load_verify_locations()
  • References/Python/Python/Networking

SSLContext.load_verify_locations(cafile=None, capath=None, cadata=None) Load a set of “certification authority” (CA) certificates

2025-01-10 15:47:30
socket.gethostbyaddr()
  • References/Python/Python/Networking

socket.gethostbyaddr(ip_address) Return a triple (hostname, aliaslist, ipaddrlist) where hostname is the

2025-01-10 15:47:30
asyncore.dispatcher.handle_read()
  • References/Python/Python/Networking

handle_read() Called when the asynchronous loop detects that a read() call on the channel’s socket will succeed

2025-01-10 15:47:30
ssl.SSLContext.get_ca_certs()
  • References/Python/Python/Networking

SSLContext.get_ca_certs(binary_form=False) Get a list of loaded “certification authority” (CA) certificates. If the binary_form

2025-01-10 15:47:30
ssl.SSLContext.load_cert_chain()
  • References/Python/Python/Networking

SSLContext.load_cert_chain(certfile, keyfile=None, password=None) Load a private key and the corresponding certificate. The

2025-01-10 15:47:30
socket.gethostbyname_ex()
  • References/Python/Python/Networking

socket.gethostbyname_ex(hostname) Translate a host name to IPv4 address format, extended interface. Return a triple (hostname

2025-01-10 15:47:30
mmap.mmap.size()
  • References/Python/Python/Networking

size() Return the length of the file, which can be larger than the size of the memory-mapped area.

2025-01-10 15:47:30
ssl.get_default_verify_paths()
  • References/Python/Python/Networking

ssl.get_default_verify_paths() Returns a named tuple with paths to OpenSSL’s default cafile and capath. The paths are the same

2025-01-10 15:47:30
signal.alarm()
  • References/Python/Python/Networking

signal.alarm(time) If time is non-zero, this function requests that a SIGALRM signal be sent to the process

2025-01-10 15:47:30