socket.socket.getsockopt()

socket.getsockopt(level, optname[, buflen]) Return the value of the given socket option (see the Unix man page

2016-10-07 17:42:20
ssl.PEM_cert_to_DER_cert()

ssl.PEM_cert_to_DER_cert(PEM_cert_string) Given a certificate as an ASCII PEM string, returns a DER-encoded sequence of bytes

2016-10-07 17:42:47
ssl.MemoryBIO.pending

pending Return the number of bytes currently in the memory buffer.

2016-10-07 17:42:45
socket.fromfd()

socket.fromfd(fd, family, type, proto=0) Duplicate the file descriptor fd (an integer as returned by a file object’s

2016-10-07 17:42:12
signal.getitimer()

signal.getitimer(which) Returns current value of a given interval timer specified by which. Availability: Unix.

2016-10-07 17:41:58
ssl.PROTOCOL_TLSv1_2

ssl.PROTOCOL_TLSv1_2 Selects TLS version 1.2 as the channel encryption protocol. This is the most modern version, and probably

2016-10-07 17:42:48
socket.inet_ntoa()

socket.inet_ntoa(packed_ip) Convert a 32-bit packed IPv4 address (a bytes-like object

2016-10-07 17:42:16
ssl.SSLContext.load_default_certs()

SSLContext.load_default_certs(purpose=Purpose.SERVER_AUTH) Load a set of default “certification authority” (CA) certificates

2016-10-07 17:42:50
ssl.SSLSocket.pending()

SSLSocket.pending() Returns the number of already decrypted bytes available for read, pending on the connection.

2016-10-07 17:42:57
signal.sigtimedwait()

signal.sigtimedwait(sigset, timeout) Like sigwaitinfo(), but takes an additional timeout argument specifying

2016-10-07 17:42:00