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

SSLContext.wrap_socket(sock, server_side=False, do_handshake_on_connect=True, suppress_ragged_eofs=True, server_hostname=None) Wrap

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

socket.set_inheritable(inheritable) Set the

2025-01-10 15:47:30
socket.socket.type
  • References/Python/Python/Networking

socket.type The socket type.

2025-01-10 15:47:30
ssl.OP_NO_SSLv3
  • References/Python/Python/Networking

ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

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

signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals

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

socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives

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

signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler

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

handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint

2025-01-10 15:47:30
ssl.PROTOCOL_TLSv1
  • References/Python/Python/Networking

ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.

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

ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the

2025-01-10 15:47:30