ssl.RAND_egd(path) If you are running an entropy-gathering daemon (EGD) somewhere, and path is the pathname of a socket
socket.listen([backlog]) Enable a server to accept connections. If backlog is specified, it must be at least 0 (if
socket.makefile(mode='r', buffering=None, *, encoding=None, errors=None, newline=None) Return a file
socket.sendfile(file, offset=0, count=None) Send a file until EOF is reached by using high-performance
SSLSocket.do_handshake() Perform the SSL setup handshake.
SSLContext.verify_flags The flags for certificate verification operations. You can set flags like VERIFY_CRL_CHECK_LEAF
ssl.create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=None) Return a new SSLContext
socket.recvfrom_into(buffer[, nbytes[, flags]]) Receive data from the socket, writing it into buffer instead of creating
socket.create_connection(address[, timeout[, source_address]]) Connect to a TCP service listening on the Internet address
signal.setitimer(which, seconds[, interval]) Sets given interval timer (one of signal.ITIMER_REAL, signal
Page 12 of 22