SSLContext.options An integer representing the set of SSL options enabled on this context. The default value is OP_ALL
ssl.enum_crls(store_name) Retrieve CRLs from Windows’ system cert store. store_name may be one of CA,
readable() Called each time around the asynchronous loop to determine whether a channel’s socket should be added to the list
socket.getservbyname(servicename[, protocolname]) Translate an Internet service name and protocol name to a port number for
class ssl.SSLSocket(socket.socket) SSL sockets provide the following methods of
signal.alarm(time) If time is non-zero, this function requests that a SIGALRM signal be sent to the process
socket.gethostbyaddr(ip_address) Return a triple (hostname, aliaslist, ipaddrlist) where hostname is the
socket.detach() Put the socket object into closed state without actually closing the underlying file descriptor. The file descriptor
socket.bind(address) Bind the socket to address. The socket must not already be bound. (The format of address
socket.sendto(bytes, address) socket.sendto(bytes, flags, address) Send data to the socket. The socket should not
Page 21 of 22