socket.inet_aton()
  • References/Python/Python/Networking

socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed

2025-01-10 15:47:30
ssl.PROTOCOL_TLSv1_1
  • References/Python/Python/Networking

ssl.PROTOCOL_TLSv1_1 Selects TLS version 1.1 as the channel encryption protocol. Available only with openssl version 1.0.1+

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

SSLSocket.context The SSLContext object this SSL socket is tied to. If the SSL socket was created using the top-level

2025-01-10 15:47:30
asyncore.dispatcher.handle_connect()
  • References/Python/Python/Networking

handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate

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

class ssl.MemoryBIO A memory buffer that can be used to pass data between Python and an SSL protocol instance.

2025-01-10 15:47:30
ssl.PROTOCOL_TLSv1_2
  • References/Python/Python/Networking

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

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

ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA

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

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

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

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

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