socket.type The socket type.
read_byte() Returns a byte at the current file position as an integer, and advances the file position by 1.
ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the
class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length
ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA
socket.fromfd(fd, family, type, proto=0) Duplicate the file descriptor fd (an integer as returned by a file object’s
signal.getitimer(which) Returns current value of a given interval timer specified by which. Availability: Unix.
ssl.PEM_cert_to_DER_cert(PEM_cert_string) Given a certificate as an ASCII PEM string, returns a DER-encoded sequence of bytes
class ssl.MemoryBIO A memory buffer that can be used to pass data between Python and an SSL protocol instance.
eof A boolean indicating whether the memory BIO is current at the end-of-file position.
Page 4 of 22