exception ssl.SSLZeroReturnError A subclass of SSLError raised when trying to read or write and the SSL connection
ssl.get_default_verify_paths() Returns a named tuple with paths to OpenSSL’s default cafile and capath. The paths are the same
SSLContext.session_stats() Get statistics about the SSL sessions created or managed by this context. A dictionary is returned
ssl.OP_NO_SSLv2 Prevents an SSLv2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
signal.alarm(time) If time is non-zero, this function requests that a SIGALRM signal be sent to the process
SSLContext.load_cert_chain(certfile, keyfile=None, password=None) Load a private key and the corresponding certificate. The
socket.socketpair([family[, type[, proto]]]) Build a pair of connected socket objects using the given address family, socket
exception ssl.SSLSyscallError A subclass of SSLError raised when a system error was encountered while trying to
async_chat.discard_buffers() In emergencies this method will discard any data held in the input and/or output buffers and the
Page 22 of 22