SSLContext.wrap_socket(sock, server_side=False, do_handshake_on_connect=True, suppress_ragged_eofs=True, server_hostname=None) Wrap
socket.set_inheritable(inheritable) Set the
socket.type The socket type.
ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals
socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives
signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler
handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint
ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.
ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the
Page 3 of 22