SSLContext.set_ciphers(ciphers) Set the available ciphers for sockets created with this context. It should be a string in the
exception socket.herror A subclass of
socket.sendmsg(buffers[, ancdata[, flags[, address]]]) Send normal and ancillary data to the socket, gathering the non-ancillary
socket.SocketType This is a Python type object that represents the socket object type. It is the same as type(socket(
SSLSocket.selected_npn_protocol() Return the higher-level protocol that was selected during the TLS/SSL handshake. If SSLContext
async_chat.found_terminator() Called when the incoming data stream matches the termination condition set by set_terminator()
ssl.RAND_egd(path) If you are running an entropy-gathering daemon (EGD) somewhere, and path is the pathname of a socket
socket.gettimeout() Return the timeout in seconds (float) associated with socket operations, or None if no timeout
library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM
socket.htonl(x) Convert 32-bit positive integers from host to network byte order. On machines where the host byte order is the
Page 11 of 22