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

SSLContext.set_default_verify_paths() Load a set of default “certification authority” (CA) certificates from a filesystem path

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

writable() Called each time around the asynchronous loop to determine whether a channel’s socket should be added to the list

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

ssl.RAND_egd(path) If you are running an entropy-gathering daemon (EGD) somewhere, and path is the pathname of a socket

2025-01-10 15:47:30
asynchat.async_chat.get_terminator()
  • References/Python/Python/Networking

async_chat.get_terminator() Returns the current terminator for the channel.

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

SSLContext.set_alpn_protocols(protocols) Specify which protocols the socket should advertise during the SSL/TLS handshake. It

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

SSLSocket.selected_npn_protocol() Return the higher-level protocol that was selected during the TLS/SSL handshake. If SSLContext

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

socket.if_nameindex() Return a list of network interface information (index int, name string) tuples.

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

write_eof() Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()

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

ssl.wrap_socket(sock, keyfile=None, certfile=None, server_side=False, cert_reqs=CERT_NONE, ssl_version={see docs}, ca_certs=None, do_handshake_on_connect=True, supp

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

socket.CMSG_LEN(length) Return the total length, without trailing padding, of an ancillary data item with associated data of

2025-01-10 15:47:30