write(bytes) Write the bytes in bytes into memory at the current position of the file pointer; the file position is
ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA
handle_accepted(sock, addr) Called on listening channels (passive openers) when a connection has been established with a new
socket.recv(bufsize[, flags]) Receive data from the socket. The return value is a bytes object representing the data received
write_byte(byte) Write the integer byte into memory at the current position of the file pointer; the file position
socket.proto The socket protocol.
exception socket.error A deprecated alias of
readline() Returns a single line, starting at the current file position and up to the next newline.
ssl.RAND_status() Return True if the SSL pseudo-random number generator has been seeded with ‘enough’ randomness
ssl.RAND_pseudo_bytes(num) Return (bytes, is_cryptographic): bytes are num pseudo-random bytes, is_cryptographic is
Page 5 of 22