exception ssl.SSLWantReadError A subclass of SSLError raised by a non-blocking SSL socket when trying
SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is
SSLSocket.version() Return the actual SSL protocol version negotiated by the connection as a string, or None is
socket.htons(x) Convert 16-bit positive integers from host to network byte order. On machines where the host byte order is the
signal.pause() Cause the process to sleep until a signal is received; the appropriate handler will then be called. Returns nothing
ssl.enum_crls(store_name) Retrieve CRLs from Windows’ system cert store. store_name may be one of CA,
socket.if_indextoname(if_index) Return a network interface name corresponding to an interface index number.
socket.ntohs(x) Convert 16-bit positive integers from network to host byte order. On machines where the host byte order is the
socket.getpeername() Return the remote address to which the socket is connected. This is useful to find out the port number
SSLContext.session_stats() Get statistics about the SSL sessions created or managed by this context. A dictionary is returned
Page 18 of 22