ssl.SSLContext.check_hostname

SSLContext.check_hostname Whether to match the peer cert’s hostname with match_hostname() in SSLSocket.d

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

SSLSocket.cipher() Returns a three-value tuple containing the name of the cipher being used, the version of the SSL protocol

2016-10-07 17:42:56
ssl.SSLSocket.get_channel_binding()

SSLSocket.get_channel_binding(cb_type="tls-unique") Get channel binding data for current connection, as a bytes object. Returns

2016-10-07 17:42:57
asyncore.dispatcher.bind()

bind(address) Bind the socket to address. The socket must not already be bound. (The format of address depends

2016-10-07 17:27:09
ssl.SSLSocket.version()

SSLSocket.version() Return the actual SSL protocol version negotiated by the connection as a string, or None is

2016-10-07 17:42:59
ssl.DER_cert_to_PEM_cert()

ssl.DER_cert_to_PEM_cert(DER_cert_bytes) Given a certificate as a DER-encoded blob of bytes, returns a PEM-encoded string version

2016-10-07 17:42:43
ssl.SSLWantReadError

exception ssl.SSLWantReadError A subclass of SSLError raised by a non-blocking SSL socket when trying

2016-10-07 17:42:59
ssl.SSLSocket.read()

SSLSocket.read(len=1024, buffer=None) Read up to len bytes of data from the SSL socket and return the result as a bytes

2016-10-07 17:42:57
mmap.mmap.tell()

tell() Returns the current position of the file pointer.

2016-10-07 17:37:19
ssl.SSLContext.set_ecdh_curve()

SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is

2016-10-07 17:42:52