ssl.OP_NO_TLSv1_2
  • References/Python/Python/Networking

ssl.OP_NO_TLSv1_2 Prevents a TLSv1.2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23

2025-01-10 15:47:30
mmap.mmap.find()
  • References/Python/Python/Networking

find(sub[, start[, end]]) Returns the lowest index in the object where the subsequence sub is found, such that sub

2025-01-10 15:47:30
socket.gaierror
  • References/Python/Python/Networking

exception socket.gaierror A subclass of

2025-01-10 15:47:30
socket.inet_ntoa()
  • References/Python/Python/Networking

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

2025-01-10 15:47:30
asynchat.async_chat
  • References/Python/Python/Networking

class asynchat.async_chat This class is an abstract subclass of

2025-01-10 15:47:30
ssl.SSLSocket.unwrap()
  • References/Python/Python/Networking

SSLSocket.unwrap() Performs the SSL shutdown handshake, which removes the TLS layer from the underlying socket, and returns

2025-01-10 15:47:30
ssl.SSLContext.load_default_certs()
  • References/Python/Python/Networking

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

2025-01-10 15:47:30
ssl.SSLContext.set_servername_callback()
  • References/Python/Python/Networking

SSLContext.set_servername_callback(server_name_callback) Register a callback function that will be called after the TLS Client

2025-01-10 15:47:30
mmap.mmap.write()
  • References/Python/Python/Networking

write(bytes) Write the bytes in bytes into memory at the current position of the file pointer; the file position is

2025-01-10 15:47:30
ssl.MemoryBIO.read()
  • References/Python/Python/Networking

read(n=-1) Read up to n bytes from the memory buffer. If n is not specified or negative, all bytes are returned

2025-01-10 15:47:30